forked from redhataccess/elixir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.51 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
{
"name": "elexir",
"version": "0.0.0",
"main": "server/app.js",
"dependencies": {
"body-parser": "~1.5.0",
"bower": "*",
"compression": "~1.0.1",
"cookie-parser": "~1.0.1",
"ejs": "~0.8.4",
"errorhandler": "~1.0.0",
"express": "~4.0.0",
"express-jwt": "^0.1.3",
"grunt": "~0.4.4",
"grunt-asset-injector": "^0.1.0",
"grunt-autoprefixer": "~0.7.2",
"grunt-cli": "*",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-htmlmin": "~0.2.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.1",
"grunt-express-server": "~0.4.17",
"grunt-ng-annotate": "^0.2.3",
"grunt-node-inspector": ">=0.2.0",
"grunt-open": "~0.2.3",
"grunt-rev": "~0.1.0",
"grunt-usemin": "~2.1.1",
"jit-grunt": "^0.5.0",
"jshint-stylish": "~0.1.5",
"lodash": "~2.4.1",
"method-override": "~1.0.0",
"mongoose": "^4.3.1",
"morgan": "~1.0.0",
"node-mongo-seeds": "^2.2.7",
"object-assign": "^4.0.1",
"q": "~1.0.1",
"request": "~2.49.0",
"serve-favicon": "~2.0.1",
"should": "~3.3.1",
"supertest": "~0.11.0",
"time-grunt": "~0.3.1"
},
"devDependencies": {
"connect-livereload": "~0.4.0"
},
"engines": {
"npm": ">= 1.0.0",
"node": ">=0.6.0"
},
"scripts": {
"start": "node server/app.js"
},
"private": true
}