forked from antonybudianto/angular-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.96 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.96 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
{
"name": "angular2-starter",
"version": "0.2.0",
"author": "Antony Budianto",
"description": "Angular 2 Starter with Gulp, Bower, Karma, Jasmine, Protractor using SystemJS",
"main": "index.html",
"repository": {
"type": "git",
"url": "https://github.com/antonybudianto/angular2-starter.git"
},
"scripts": {
"postinstall": "typings install",
"test": "gulp test",
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./report/remap/lcov.info"
},
"keywords": [
"angular2",
"starter",
"seed",
"gulp",
"systemjs",
"systemjs builder",
"travis",
"karma",
"jasmine",
"istanbul"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/antonybudianto/angular2-starter/issues"
},
"dependencies": {
"angular2": "2.0.0-beta.7",
"systemjs": "^0.19.22",
"es6-promise": "^3.1.2",
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.5.15"
},
"devDependencies": {
"coveralls": "^2.11.6",
"del": "~2.2.0",
"glob": "^7.0.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.1",
"gulp-if": "~2.0.0",
"gulp-inject": "^3.0.0",
"gulp-protractor": "^2.1.0",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.3.2",
"gulp-typescript": "~2.11.0",
"gulp-uglify": "~1.5.2",
"gulp-useref": "~3.0.5",
"jasmine-core": "~2.4.1",
"karma": "~0.13.21",
"karma-coverage": "~0.5.3",
"karma-jasmine": "~0.3.7",
"karma-phantomjs-launcher": "~1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"live-server": "~0.9.2",
"main-bower-files": "^2.11.1",
"path": "^0.12.7",
"phantomjs-prebuilt": "^2.1.4",
"remap-istanbul": "~0.5.1",
"require-dir": "~0.3.0",
"run-sequence": "^1.1.5",
"systemjs-builder": "~0.15.9",
"traceur": "~0.0.102",
"tslint": "^3.3.0",
"typings": "^0.6.8"
}
}