-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.97 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.97 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
{
"name": "angular2-coverage",
"version": "7.0.0",
"private": true,
"//": "dev'd on v6.2.2 prob works on lesser versions too",
"engine": "node >= 6.2.2",
"scripts": {
"ncu": "ncu",
"typings": "typings",
"preinstall": "npm list -g gulp-cli || npm i -g gulp-cli",
"postinstall": "typings install && test -d .git && cp git-hook-pre-push.sh .git/hooks/pre-push || true",
"checkupdates": "ncu",
"typingsupdate": "sh typings.sh",
"build": "gulp build --silent",
"start": "gulp start --silent",
"test": "gulp test --silent"
},
"dependencies": {
"@angular/common": "^2.1.0",
"@angular/compiler": "^2.1.0",
"@angular/core": "^2.1.0",
"@angular/forms": "^2.1.0",
"@angular/http": "^2.1.0",
"@angular/platform-browser": "^2.1.0",
"@angular/platform-browser-dynamic": "^2.1.0",
"@angular/router": "^3.1.0",
"@angular/router-deprecated": "^2.0.0-rc.2",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"lodash": "^4.16.4",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"systemjs": "^0.19.39",
"zone.js": "^0.6.25"
},
"devDependencies": {
"browser-sync": "^2.17.5",
"chalk": "^1.1.3",
"connect-modrewrite": "^0.9.0",
"del": "^2.2.2",
"eslint": "^3.8.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.1",
"gulp-intercept": "^0.1.0",
"gulp-sourcemaps": "^2.1.1",
"gulp-stylus": "^2.5.0",
"gulp-tslint": "^6.1.2",
"gulp-typescript": "^3.0.2",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-super-dots-reporter": "^0.1.0",
"nib": "^1.1.2",
"node-cmd": "^1.1.1",
"npm-check-updates": "^2.8.5",
"phantomjs-prebuilt": "^2.1.13",
"remap-istanbul": "^0.7.0",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"tslint": "^3.15.1",
"typings": "^1.4.0"
}
}