-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "monash-ninja",
"version": "1.0.0",
"description": "An API to facilitate Monash Ninja",
"main": "app.js",
"scripts": {
"test": "grunt spec"
},
"repository": {
"type": "git",
"url": "git@github.com:wiredmonash/monash-ninja-api.git"
},
"keywords": [
"monash",
"wired",
"ninja",
"hapi",
"js"
],
"author": "Hugo Müller-Downing",
"license": "GPL-3.0",
"dependencies": {
"bcrypt": "^0.8.7",
"boom": "^3.2.2",
"chai": "^3.5.0",
"glob": "^7.0.5",
"grunt": "^1.0.1",
"grunt-env": "^0.4.4",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.2",
"hapi": "^13.5.0",
"hapi-auth-basic": "^4.2.0",
"hapi-auth-jwt2": "^7.1.3",
"joi": "^9.0.4",
"json2csv": "^3.6.3",
"lodash": "^4.13.1",
"mongoose": "^4.5.4",
"path": "^0.12.7"
},
"devDependencies": {
"grunt-run": "^0.6.0",
"mocha": "^2.5.3",
"standard": "^8.0.0-beta.5"
},
"standard": {
"ignore": [
"tests/**"
]
}
}