-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
39 lines (39 loc) · 971 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
{
"name": "web3-fusion-extend",
"version": "1.0.0-beta.37",
"description": "A web3 layer with functions for FUSON's protocol",
"main": "./index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "./node_modules/.bin/mocha --exit test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FUSIONFoundation/web3-fusion-extend.git"
},
"keywords": [
"Fusion",
"web3",
"quantumswap",
"assets"
],
"author": "Fusion Foundation",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/FUSIONFoundation/web3-fusion-extend/issues"
},
"homepage": "https://github.com/FUSIONFoundation/web3-fusion-extend#readme",
"devDependencies": {
"crypto-js": "^3.1.9-1",
"mocha": "^5.2.0",
"node-fetch": "^2.3.0",
"request-promise": "^4.2.2",
"web3": "1.0.0-beta.36"
},
"dependencies": {
"command-line-args": "^5.0.2",
"promise-mysql": "^4.1.3"
}
}