-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 990 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 990 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
32
33
34
35
36
37
38
39
40
41
{
"name": "bitso-node-api",
"version": "1.1.2",
"description": "Node.js Bitso Client",
"main": "./src/index.js",
"scripts": {
"test": "mocha --recursive --check-leaks --full-trace --reporter spec \"src/**/*.test.js\"",
"test:watch": "npm run test -- --watch",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linx05/bitso-node.git"
},
"keywords": [
"bitcoin",
"bitso",
"xrp",
"ethereum",
"mxn"
],
"author": "Cesar Laredo",
"license": "MIT",
"bugs": {
"url": "https://github.com/linx05/bitso-node/issues"
},
"homepage": "https://github.com/linx05/bitso-node#readme",
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"mocha": "^4.1.0"
},
"dependencies": {
"install": "^0.10.2",
"node-fetch": "^1.7.3",
"npm": "^5.6.0"
}
}