-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.15 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
{
"name": "angular-es6-demo",
"version": "0.1.0",
"description": "starter",
"main": "index.js",
"dependencies": {
"angular": "^1.3.15",
"angular-cookies": "^1.4.6",
"angular-ui-router": "^0.2.14",
"autoprefixer": "^5.2.0",
"body-parser": "1.4.3",
"bootstrap": "^3.3.5",
"browserslist": "^1.0.0",
"compression": "^1.5.2",
"cookie-parser": "1.3.5",
"cssnano": "^3.2.0",
"cssnext": "^1.8.4",
"del": "^2.0.2",
"express": "4.6.1",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"google-maps": "^3.1.0",
"jquery": "^2.1.4",
"json-loader": "^0.5.3",
"lodash": "^3.10.1",
"lost": "^6.5.0",
"morgan": "1.6.1",
"newrelic": "^1.22.0",
"node-redis": "0.1.7",
"normalize.css": "^3.0.3",
"nunjucks": "^2.1.0",
"postcss": "^5.0.2",
"postcss-import": "^7.0.0",
"postcss-loader": "^0.6.0",
"postcss-nested": "^1.0.0",
"postcss-simple-vars": "^1.0.0",
"precss": "^0.3.0",
"request": "^2.62.0",
"serve-favicon": "2.0.1",
"socket.io": "1.0.6",
"systemjs": "^0.19.1",
"uglify-js": "2.4.15",
"url-loader": "^0.5.6",
"url-parse": "^1.0.2",
"urlsafe-base64": "^1.0.0",
"angular-mocks": "^1.3.15",
"babel-core": "^5.4.2",
"babel-loader": "^5.3.2",
"browser-sync": "^2.7.1",
"css-loader": "^0.12.1",
"fs-walk": "0.0.1",
"gulp": "^3.8.11",
"gulp-nodemon": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-template": "^3.0.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.12",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "^1.5.1",
"mocha": "^2.2.5",
"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": {
"postinstall": "gulp build",
"start": "node app",
"test": "karma start"
},
"keywords": [
"angular",
"webpack",
"es6"
],
"author": "Abhinay Omkar"
}