-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.76 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
{
"name": "webglDiceRoller",
"version": "0.0.0",
"main": "server/app.js",
"dependencies": {
"async": "^1.5.2",
"babel-runtime": "^6.5.0",
"body-parser": "^1.13.3",
"composable-middleware": "^0.3.0",
"compression": "^1.5.2",
"ejs": "^2.3.3",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"lodash": "^4.5.1",
"method-override": "^2.3.5",
"morgan": "~1.7.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"autoprefixer": "^6.0.0",
"babel-core": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"connect-livereload": "^0.5.3",
"grunt": "~0.4.5",
"grunt-angular-templates": "^1.0.3",
"grunt-babel": "~6.0.0",
"grunt-build-control": "^0.6.0",
"grunt-concurrent": "^2.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-sass": "^0.9.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-dom-munger": "^3.4.0",
"grunt-env": "~0.4.1",
"grunt-express-server": "^0.5.1",
"grunt-filerev": "^2.3.1",
"grunt-injector": "^0.6.0",
"grunt-jscs": "^2.0.0",
"grunt-newer": "^1.1.1",
"grunt-ng-annotate": "^1.0.1",
"grunt-nodemon": "^0.4.0",
"grunt-postcss": "^0.7.2",
"grunt-usemin": "^3.0.0",
"grunt-wiredep": "^2.0.0",
"jit-grunt": "^0.10.0",
"jshint-stylish": "~2.1.0",
"load-grunt-configs": "^0.4.3",
"load-grunt-tasks": "^3.4.1",
"requirejs": "~2.1.11",
"time-grunt": "^1.2.1"
},
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"start": "node server",
"test": "grunt test"
},
"private": true
}