-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 738 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 738 Bytes
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
{
"name": "strike-node",
"version": "0.0.1",
"description": "Strike.me API client for node.js",
"main": "lib/index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rahulbile/strike-node.git"
},
"keywords": [
"strike",
"bitcoin"
],
"contributors": [
"Rahul Bile <rahul.rmcet@gmail.com> (https://github.com/rahulbile)"
],
"author": "rahulbile <rahul.rmcet@gmail.com>",
"license": "MIT",
"dependencies": {
"https": "1.0.0",
"underscore": "1.13.2",
"urlencode": "^1.1.0"
},
"bugs": {
"url": "https://github.com/rahulbile/strike-node/issues"
},
"homepage": "https://github.com/rahulbile/strike-node#readme"
}