-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.5 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
56
57
58
{
"name": "hapi-identity-store",
"version": "1.0.3",
"private": false,
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/codedoctor/hapi-identity-store.git"
},
"scripts": {
"test": "node_modules/.bin/grunt testandcoverage"
},
"description": "Provides some backend data store for identity stuff. This is a work in progress and will change.",
"dependencies": {
"boom": ">=2.4.2",
"hoek": ">=2.3.0",
"mongoose-identity-store-multi-tenant": "0.3.25",
"mongoose-plugins-created-by": "0.4.1",
"mongoose-plugins-delete-paranoid": "0.2.0",
"mongoose-plugins-tags-simple": "0.2.0",
"mongoose-plugins-timestamp": "0.2.0",
"mongoose-rest-helper": "0.1.7",
"underscore": ">=1.6.0"
},
"peerDependencies": {
"hapi": ">=6.2.1",
"mongoose": ">=3.8.13"
},
"devDependencies": {
"blanket": "1.1.6",
"codo": "2.0.9",
"coffee-script": "1.7.1",
"deep-equal": "0.2.1",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-concurrent": "0.5.0",
"grunt-contrib-coffee": "0.10.1",
"grunt-contrib-watch": "0.6.1",
"grunt-env": "0.4.1",
"grunt-mocha-cov": "0.2.1",
"grunt-mocha-test": "0.11.0",
"grunt-release": "0.7.0",
"grunt-shell": "0.7.0",
"hapi": "6.2.1",
"matchdep": "0.3.0",
"mocha": "1.20.1",
"mongoose": "3.8.13",
"should": "4.0.4"
},
"config": {
"blanket": {
"pattern": [
"lib"
],
"data-cover-never": "node_modules"
}
}
}