-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.56 KB
/
package.json
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
87
88
89
90
91
92
93
94
95
{
"name": "angular2-starter",
"version": "1.0.0-rc.3",
"author": "Antony Budianto",
"description": "Angular 2 Starter with extensible features",
"main": "src/tmp/app/main.js",
"repository": {
"type": "git",
"url": "https://github.com/antonybudianto/angular2-starter.git"
},
"engines": {
"node": ">=4.3"
},
"scripts": {
"postinstall": "typings install",
"start": "gulp",
"test": "gulp test",
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./report/remap/lcov.info"
},
"keywords": [
"angular2",
"starter",
"seed",
"gulp",
"webpack",
"extensible",
"systemjs",
"systemjs builder",
"travis",
"karma",
"jasmine",
"istanbul"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/antonybudianto/angular2-starter/issues"
},
"dependencies": {
"@angular/common": "2.0.0-rc.3",
"@angular/compiler": "2.0.0-rc.3",
"@angular/core": "2.0.0-rc.3",
"@angular/forms": "0.1.1",
"@angular/http": "2.0.0-rc.3",
"@angular/platform-browser": "2.0.0-rc.3",
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
"@angular/router": "3.0.0-alpha.7",
"@ngstarter/bootswatch-extension": "^1.0.0-rc.10",
"@ngstarter/systemjs-extension": "1.0.0-rc.3",
"@ngstarter/webpack-extension": "^1.0.0-rc.3",
"bootstrap-sass": "^3.3.6",
"bootswatch": "^3.3.6",
"codelyzer": "0.0.23",
"core-js": "^2.4.0",
"del": "~2.2.0",
"font-awesome": "^4.6.3",
"glob": "^7.0.4",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "~2.0.1",
"gulp-protractor": "^2.4.0",
"gulp-rev": "^7.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "~2.13.6",
"gulp-uglify": "~1.5.3",
"gulp-useref": "~3.1.0",
"jasmine-core": "~2.4.1",
"jquery": "^2.2.3",
"karma": "~0.13.22",
"karma-coverage": "~1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "~1.0.2",
"karma-phantomjs-launcher": "~1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"lodash": "^4.13.1",
"phantomjs-prebuilt": "^2.1.7",
"reflect-metadata": "0.1.3",
"remap-istanbul": "~0.6.4",
"require-dir": "~0.3.0",
"run-sequence": "^1.2.1",
"rxjs": "5.0.0-beta.6",
"systemjs": "^0.19.31",
"tslint": "^3.11.0",
"typings": "^1.3.0",
"webpack-stream": "^3.2.0",
"yargs": "^4.7.1",
"zone.js": "^0.6.12"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"connect-history-api-fallback": "^1.2.0"
}
}