-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 3.23 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "ng2-starter",
"description": "Starter kit for Angular2",
"version": "0.1.0",
"author": {
"name": "Wael Jammal",
"email": ""
},
"scripts": {
"package": "./node_modules/gulp/bin/gulp.js build"
},
"keywords": [
"typescript, ng2, expressjs, browsersync"
],
"bugs": {
"url": ""
},
"main": "app/index.js",
"engines": {
"node": ">=v4.0.0",
"npm": ">=3.0.0"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"chai": "^3.4.1",
"component-resolver-webpack": "^0.3.0",
"compression": "^1.6.0",
"compression-webpack-plugin": "^0.2.0",
"css-loader": "^0.14.5",
"del": "^1.1.1",
"es6-promise-loader": "^1.0.1",
"exports-loader": "^0.6.2",
"expose-loader": "^0.6.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-batch": "^1.0.5",
"gulp-callback": "0.0.3",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-express": "^0.3.5",
"gulp-gzip": "^1.2.0",
"gulp-minify": "0.0.5",
"gulp-notify": "~2.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sequence": "^0.4.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-css-comments": "^1.2.0",
"gulp-tslint": "^4.3.1",
"gulp-typescript": "^2.10.0",
"gulp-uglify": "^1.5.3",
"gulp-uncss": "^1.0.4",
"gulp-util": "~3.0.2",
"gulp-watch": "^4.3.5",
"html-loader": "^0.3.0",
"html-webpack-plugin": "^1.7.0",
"image-webpack-loader": "^1.6.2",
"imports-loader": "^0.6.4",
"istanbul": "gotwarlost/istanbul#source-map",
"istanbul-instrumenter-loader": "^0.1.3",
"karma": "0.13.19",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-mocha": "^0.2.1",
"karma-mocha-debug": "^0.1.2",
"karma-mocha-reporter": "^1.1.3",
"karma-phantomjs-shim": "^1.1.2",
"karma-phantomjs2-launcher": "0.5.0",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.1.0",
"karma-sourcemap-loader": "^0.3.6",
"karma-spec-reporter": "latest",
"karma-tap": "^1.0.3",
"karma-tap-reporter": "0.0.5",
"karma-webpack": "^1.7.0",
"loader-utils": "^0.2.11",
"lolex": "^1.4.0",
"merge-stream": "^1.0.0",
"mocha": "^2.4.5",
"node-sass": "^3.4.2",
"raw-loader": "^0.5.1",
"remap-istanbul": "^0.5.1",
"require-dir": "^0.1.0",
"sass-loader": "^3.1.2",
"script-loader": "~0.6.1",
"should": "^7.1.1",
"sigmund": "^1.0.1",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"socket.io": "1.3.7",
"source-map-loader": "^0.1.5",
"strip-json-comments": "^1.0.4",
"style-loader": "^0.10.2",
"traceur": "0.0.102",
"ts-helper": "0.0.1",
"ts-loader": "^0.8.0",
"tslint": "^3.2.0",
"tslint-eslint-rules": "^1.0.1",
"tslint-loader": "^2.1.0",
"typedoc": "^0.3.12",
"typescript": "1.7.5",
"typings": "^0.4.1",
"webpack": "^1.12.2",
"webpack-config": "^3.1.0",
"yargs": "^3.5.3"
},
"dependencies": {
"angular2": "2.0.0-beta.6",
"es6-promise": "3.0.2",
"es6-shim": "0.33.3",
"es7-reflect-metadata": "1.4.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "0.5.14"
},
"optionaDependencies": {
"fsevents": "^1.0.7"
}
}