forked from blockapps/blockapps-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 991 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
41
{
"name": "blockapps-rest",
"version": "6.2.10",
"description": "BlockApps rest api",
"main": "index.js",
"scripts": {
"test": "mocha test/util.test.js"
},
"keywords": [
"BlockApps",
"rest",
"api"
],
"author": "[email protected]",
"license": "ISC",
"engines": {
"node": ">= 8.0.0"
},
"dependencies": {
"axios": "0.12.0",
"bignumber.js": "2.4.0",
"bluebird": "^3.4.6",
"chai-bignumber": "^2.0.0",
"commander": "^2.9.0",
"express": "^4.16.4",
"fs": "0.0.1-security",
"https": "1.0.0",
"js-yaml": "3.6.1",
"jsonwebtoken": "8.4.0",
"simple-oauth2": "2.2.1",
"solidity-parser": "^0.4.0",
"sync-request": "6.0.0",
"tcp-port-used": "^1.0.0",
"unix-time": "1.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"co-mocha": "^1.2.1",
"mocha": "^3.0.2"
}
}