-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.37 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "oneroot-sto",
"version": "1.0.0",
"description": "",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node doc/bin/www",
"dev": "./node_modules/.bin/nodemon doc/bin/www",
"prd": "pm2 start doc/bin/www",
"test": "truffle test"
},
"keywords": [
"smart",
"contracts",
"solidity",
"token",
"securityToken",
"ERC20",
"ERC777",
"ERC1410",
"STO"
],
"author": "Oneroot team",
"license": "MIT",
"devDependencies": {
"nodemon": "^1.8.1",
"ganache-cli": "^6.1.8",
"truffle": "4.1.14"
},
"dependencies": {
"bignumber.js": "latest",
"debug": "^2.6.3",
"ejs": "^2.6.1",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^6.0.0",
"ethers": "^4.0.7",
"fs": "latest",
"koa": "^2.2.0",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-router": "^7.1.1",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"openzeppelin-solidity": "1.10.0",
"path": "latest",
"pug": "^2.0.0-rc.1",
"readline-sync": "^1.4.9",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"shelljs": "^0.8.2",
"solc": "^0.4.24",
"truffle-contract": "^3.0.4",
"truffle-hdwallet-provider-privkey": "latest",
"web3": "^0.20.6"
}
}