-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (40 loc) · 924 Bytes
/
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
{
"name": "node-winkdex",
"description": "Node.js wrapper for the winkdex API",
"version": "0.1.0",
"keywords": [
"winkdex",
"winklevoss index",
"bitcoin",
"cryptocurrency"
],
"homepage": "https://github.com/dambalah/node-winkdex",
"author": {
"name": "Luc Castera",
"email": "[email protected]",
"url": "http://luccastera.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/dambalah/node-winkdex.git"
},
"main": "index.js",
"dependencies": {
"request": "2.48.0"
},
"devDependencies": {
"mocha": "1.21.5",
"jshint": "2.5.6",
"nock": "0.51.0"
},
"browserDependencies": {
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec spec.js",
"jshint": "./node_modules/jshint/bin/jshint index.js spec.js"
},
"bugs": {
"url": "https://github.com/dambalah/node-winkdex/issues"
}
}