-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.31 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.31 KB
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
{
"name": "angular-basic-todo",
"version": "0.0.1",
"private": true,
"dependencies": {
"angular": "1.4.9",
"angular-moment": "0.10.3",
"angular-ui-router": "0.2.17",
"async": "1.5.0",
"babelify": "6.1.3",
"browserify-middleware": "7.0.0",
"babel-plugin-object-assign": "1.2.1",
"dotenv": "1.1.0",
"jade": "1.11",
"keystone": "0.3.16",
"lodash": "3.10.1",
"moment": "2.11.2",
"node-sass": "3.4.2",
"node-sass-middleware": "0.9.7",
"restful-keystone": "0.3.0",
"socket.io": "1.4.5",
"socket.io-client": "1.4.5",
"underscore": "1.8.3"
},
"devDependencies": {
"babel-core": "6.4.0",
"babel-loader": "6.2.1",
"babel-preset-es2015": "6.3.13",
"css-loader": "0.23.1",
"connect-livereload": "0.5.4",
"gulp": "3.9.0",
"gulp-install": "0.6.0",
"gulp-jshint": "1.9.0",
"gulp-cssnano": "2.1.0",
"gulp-livereload": "3.8.1",
"gulp-nodemon": "2.0.6",
"gulp-rename": "1.2.2",
"gulp-sass": "2.1.1",
"gulp-webpack": "1.5.0",
"jshint": "2.8.0",
"jshint-stylish": "0.1.3",
"ng-annotate-loader": "0.1.0",
"sass-loader": "3.1.2",
"style-loader": "0.13.0",
"webpack": "1.12.12"
},
"engines": {
"node": "4.2.4",
"npm": "2.14.12"
},
"scripts": {
"start": "node server.js"
}
}