forked from patrickrb/elite-dangerous-galaxy-map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 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
{
"name": "temp",
"version": "0.0.0",
"dependencies": {
"async": "^1.5.2",
"bluebird": "^3.1.5",
"body-parser": "^1.14.2",
"composable-middleware": "^0.3.0",
"connect-livereload": "^0.5.4",
"express": "^4.13.3",
"express-jwt": "^3.3.0",
"jsonwebtoken": "^5.5.4",
"lodash": "^4.0.0",
"mongoose": "^4.3.6",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.69.0",
"serve-static": "^1.10.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-bowercopy": "^1.1.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.1",
"grunt-injector": "^0.6.1",
"grunt-jsonlint": "^1.0.4",
"grunt-newer": "^1.1.0",
"grunt-ng-annotate": "^1.0.1",
"grunt-open": "^0.2.3",
"grunt-wiredep": "^2.0.0",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.0.0"
}
}