-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "dashboard-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "grunt test",
"spec": "grunt spec",
"ci": "grunt ci",
"watch": "grunt watch"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/BigWednesdayIO/dashboard-api.git"
},
"author": "",
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/BigWednesdayIO/dashboard-api/issues"
},
"homepage": "https://github.com/BigWednesdayIO/dashboard-api#readme",
"dependencies": {
"boom": "^2.9.0",
"hapi": "^10.0.0",
"hapi-auth-jwt2": "^5.1.3",
"hapi-swaggered": "https://registry.npmjs.org/hapi-swaggered/-/hapi-swaggered-2.4.1.tgz",
"joi": "^6.9.1"
},
"devDependencies": {
"babel-eslint": "^4.1.2",
"chai": "^3.2.0",
"eslint": "^1.3.1",
"eslint-config-xo-space": "^0.4.0",
"eslint-plugin-babel": "^2.1.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.4",
"grunt-eslint": "^17.1.0",
"grunt-mocha-test": "^0.12.7",
"grunt-retire": "^0.3.10",
"jsonwebtoken": "^5.4.1",
"load-grunt-tasks": "^3.2.0",
"swagger-tools": "^0.9.7"
}
}