forked from PatrickJS/NG6-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.18 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
{
"name": "ng6-starter",
"version": "0.0.1",
"description": "Starter for Angular + ES6 + (Webpack or JSPM)",
"main": "index.js",
"dependencies": {
"angular": "^1.4.4",
"angular-ui-router": "^0.2.15",
"lodash": "^3.8.0",
"normalize.css": "^3.0.3"
},
"devDependencies": {
"angular-mocks": "^1.3.15",
"babel-core": "^5.4.2",
"babel-loader": "^5.0.0",
"browser-sync": "^2.7.1",
"css-loader": "^0.19.0",
"fs-walk": "0.0.1",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-template": "^3.0.0",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "^1.5.1",
"mocha": "^2.3.0",
"node-libs-browser": "^0.5.0",
"raw-loader": "^0.5.1",
"run-sequence": "^1.1.0",
"style-loader": "^0.12.2",
"stylus-loader": "^1.1.1",
"webpack": "^1.9.5",
"webpack-stream": "^2.0.0",
"yargs": "^3.9.0"
},
"scripts": {
"test": "karma start"
},
"keywords": [
"angular",
"webpack",
"es6"
],
"author": "AngularClass",
"license": "Apache-2.0"
}