-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "node-pre-gyp-hosting-github",
"version": "0.1.0",
"description": "Github hosting for binaries managed by node-pre-gyp",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -t 10000 -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/albanm/node-pre-gyp-hosting-github.git"
},
"keywords": [
"gyp",
"native",
"addons",
"node-pre-gyp",
"binaries",
"github"
],
"author": "Alban Mouton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/albanm/node-pre-gyp-hosting-github/issues"
},
"homepage": "https://github.com/albanm/node-pre-gyp-hosting-github",
"devDependencies": {
"blanket": "^1.1.6",
"mocha": "~1.20.1",
"mocha-jshint": "0.0.9",
"mocha-lcov-reporter": "0.0.1",
"should": "^4.0.4"
},
"dependencies": {
"npmlog": "^0.1.1",
"request": "^2.40.0"
},
"config": {
"blanket": {
"pattern": "node-pre-gyp-hosting-github/index.js"
}
}
}