-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.27 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
{
"name": "hapi-routes-accounts",
"version": "2.1.2",
"private": false,
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/codedoctor/hapi-routes-accounts.git"
},
"scripts": {
"test": "node_modules/.bin/grunt testandcoverage"
},
"description": "Provides HAPI based account management endpoints.",
"dependencies": {
"async": "1.4.2",
"hoek": "2.16.3",
"boom": "2.9.0",
"bson": "0.4.15",
"joi": "6.9.0",
"underscore": "1.8.3"
},
"peerDependencies": {
"hapi": ">=8.0.0"
},
"devDependencies": {
"blanket": "1.1.7",
"codo": "2.0.11",
"coffee-script": "1.9.3",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-watch": "0.6.1",
"grunt-codo": "0.2.0",
"grunt-env": "0.4.4",
"grunt-mocha-cov": "0.4.0",
"grunt-mocha-test": "0.12.7",
"grunt-release": "0.13.0",
"grunt-shell": "1.1.2",
"hapi": "10.4.0",
"hapi-user-store-multi-tenant": "2.2.1",
"hapi-store-accounts": "2.0.1",
"matchdep": "1.0.0",
"mocha": "2.3.3",
"mongoose": "4.1.10",
"should": "7.1.0"
},
"config": {
"blanket": {
"pattern": [
"lib"
],
"data-cover-never": "node_modules"
}
}
}