-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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
{
"name": "express-x-hub",
"version": "1.0.4",
"description": "X-Hub-Signature Express Middleware",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -r ./test/support/env -R spec ./test",
"test-travis": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -r ./test/support/env -R spec ./test"
},
"repository": {
"type": "git",
"url": "https://github.com/alexcurtis/express-x-hub.git"
},
"keywords": [
"express",
"x-hub",
"xhub",
"signature",
"middleware",
"facebook",
"realtime",
"updates",
"payment",
"github",
"webhook"
],
"author": {
"name": "Alex Curtis"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/alexcurtis/express-x-hub/issues"
},
"homepage": "https://github.com/alexcurtis/express-x-hub",
"devDependencies": {
"chai": "^3.3.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.3",
"istanbul": "^0.3.22",
"mocha": "^2.3.3",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"raw-body": "^2.1.4",
"type-is": "^1.6.9"
}
}