-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.63 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
{
"name": "myapp-angular",
"version": "0.1.0",
"description": "MyApp Angular Boilerplate",
"main": "server.js",
"engines": {
"node": "4.1.2",
"npm": "2.5.1"
},
"scripts": {
"start": "gulp build:production && node server.js",
"test": "gulp test"
},
"keywords": [
"webapp"
],
"dependencies": {
"angular": "^1.4.7",
"angular-mocks": "^1.4.7",
"angular-ui-router": "^0.2.15",
"autoprefixer": "^6.0.3",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"body-parser": "^1.14.1",
"browser-sync": "^2.9.11",
"compression": "^1.6.0",
"cors": "^2.7.1",
"css-loader": "^0.19.0",
"del": "^2.0.2",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.8.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-eslint": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"jasmine-core": "^2.3.4",
"jasmine-jquery": "^2.1.1",
"karma": "^0.13.2",
"karma-jasmine": "^0.3.6",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sourcemap-loader": "^0.3.6",
"karma-spec-reporter": "0.0.20",
"karma-webpack": "^1.7.0",
"lodash": "^3.10.1",
"morgan": "^1.6.1",
"ng-annotate": "^1.0.2",
"ng-annotate-loader": "0.0.10",
"ng-annotate-webpack-plugin": "^0.1.2",
"path": "^0.12.7",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1",
"postcss-loader": "^0.6.0",
"precss": "^1.2.3",
"raw-loader": "^0.5.1",
"run-sequence": "^1.1.4",
"rx": "^4.0.6",
"style-loader": "^0.12.4",
"webpack": "^1.12.2",
"webpack-stream": "^2.1.1"
}
}