-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.45 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
59
60
61
62
63
64
65
{
"name": "humpback-webhook-hook",
"version": "0.11.7",
"description": "Humpback Webhook Hook",
"main": "index.js",
"sails": {
"isHook": true
},
"scripts": {
"pretest": "npm link && npm link sails-hook-validation",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/CaliStyle/humpback-webhook-hook.git"
},
"keywords": [
"Humpback",
"hook",
"sails.js"
],
"author": {
"name": "scott-wyatt",
"email": "[email protected]",
"url": "https://github.com/scott-wyatt"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CaliStyle/humpback-webhook-hook/issues"
},
"homepage": "https://github.com/CaliStyle/humpback-webhook-hook",
"contributors": [
{
"name": "scott-wyatt",
"github": "https://github.com/scott-wyatt"
}
],
"dependencies": {
"bcryptjs": "^2.1",
"bluebird": "^2.9.30",
"sails": "^0.11.0",
"sails-disk": "^0.10.7"
},
"devDependencies": {
"lodash": ">2.4.0",
"chai": "^2.0.0",
"faker": "^2.1.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.1",
"grunt-mocha-test": "^0.12.7",
"humpback-hook": "^0.11.20",
"jshint-stylish": "^1.0.1",
"mocha": "^2.1.0",
"socket.io-client": "^1.3.5",
"supertest": "^1.0.1"
},
"peerDependencies": {
"lodash": ">2.4.0",
"sails": "^0.11.0"
},
"engines": {
"node": ">= 0.10",
"npm": ">= 2.3"
}
}