forked from manojdobbala/angular2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.85 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "angular2-testing-lite",
"version": "1.4.0",
"description": "Jasmine-free Angular 2 Testing Library",
"scripts": {
"prepublish": "npm run build:lib",
"tsconfig:lib": "tsconfig -u tsconfig.json",
"build:lib": "tsc -p .",
"prebuild:lib": "npm run tsconfig:lib",
"test": "karma start",
"pretest": "npm run build:test && npm run espower",
"tsconfig:test": "tsconfig -u test/tsconfig.json",
"build:test": "tsc -p test && browserify -o test/bundle.spec.js test/index.spec.js",
"prebuild:test": "npm run tsconfig:test",
"espower": "espower test/bundle.spec.js > test/bundle.spec.espowered.js",
"postversion": "npm run changelog",
"changelog": "node scripts/changelog.js",
"postchangelog": "git add -u && git commit -m 'docs(changelog): Update CHANGELOG.md'"
},
"repository": {
"url": "git+https://github.com/laco0416/angular2-testing-lite.git"
},
"keywords": [
"angular2",
"testing"
],
"author": {
"name": "Suguru Inatomi",
"email": "laco0416@gmail.com"
},
"license": "MIT",
"devDependencies": {
"@angular/common": "^2.0.0-rc.0",
"@angular/compiler": "^2.0.0-rc.0",
"@angular/core": "^2.0.0-rc.0",
"@angular/http": "^2.0.0-rc.0",
"@angular/platform-browser": "^2.0.0-rc.0",
"@angular/platform-browser-dynamic": "^2.0.0-rc.0",
"browserify": "^13.0.0",
"conventional-changelog": "^1.1.0",
"core-js": "^2.2.1",
"espower-cli": "^1.0.0",
"karma": "^0.13.22",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.6",
"power-assert": "^1.3.1",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.6",
"tsconfig-cli": "^1.0.2",
"typescript": "^1.9.0-dev.20160502",
"zone.js": "^0.6.12"
},
"gitHead": "049efcbf51e922a2f86bd55dd11cf645c815f121",
"bugs": {
"url": "https://github.com/laco0416/angular2-testing-lite/issues"
},
"homepage": "https://github.com/laco0416/angular2-testing-lite#readme",
"_id": "angular2-testing-lite@1.4.0",
"_shasum": "4bebfed99e5976f96b48d2a5ba40385523c9d0bc",
"_from": "angular2-testing-lite@latest",
"_npmVersion": "3.5.3",
"_nodeVersion": "5.10.0",
"_npmUser": {
"name": "laco0416",
"email": "laco0416@gmail.com"
},
"dist": {
"shasum": "4bebfed99e5976f96b48d2a5ba40385523c9d0bc",
"tarball": "https://registry.npmjs.org/angular2-testing-lite/-/angular2-testing-lite-1.4.0.tgz"
},
"maintainers": [
{
"name": "laco0416",
"email": "laco0416@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/angular2-testing-lite-1.4.0.tgz_1462251949430_0.24939793325029314"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/angular2-testing-lite/-/angular2-testing-lite-1.4.0.tgz",
"readme": "ERROR: No README data found!"
}