-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "angularjs-hapi-auth0-boilerplate",
"version": "0.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"postinstall": "node_modules/.bin/bower install && node_modules/.bin/grunt"
},
"author": "",
"licenses": {
"type": "MIT"
},
"devDependencies": {
"grunt-contrib-jasmine": "^0.8.1",
"grunt-contrib-watch": "^0.4.4",
"grunt-tape": "0.0.2",
"jasmine": "^2.1.0",
"phantomjs": "^1.9.12",
"tape": "^3.0.3"
},
"dependencies": {
"acl": "^0.4.4",
"auth0": "^0.8.0",
"boom": "^2.6.0",
"bower": "^1.3.12",
"express-jwt": "^0.4.0",
"good": "^4.0.0",
"good-console": "^2.0.1",
"good-file": "^3.1.0",
"grunt": "~0.4.1",
"grunt-bump": "0.0.6",
"grunt-cli": "^0.1.13",
"grunt-coffeelint": "~0.0.10",
"grunt-contrib-clean": "^0.4.1",
"grunt-contrib-coffee": "^0.7.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-copy": "^0.4.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "^0.2.7",
"grunt-conventional-changelog": "^0.1.2",
"grunt-html2js": "^0.1.9",
"grunt-ng-annotate": "^0.7.0",
"hapi": "^7.5.2",
"hapi-auth-jwt": "^1.1.0",
"lodash": "~2.4.1",
"mongoose": "^3.8.19",
"nconf": "^0.6.9"
}
}