-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "seadex_token",
"version": "0.7.3",
"description": "SEADEX Token",
"main": "truffle.js",
"directories": {
"test": "test"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"bootstrap": "^4.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"ethereumjs-util": "^5.2.0",
"ganache-cli": "^6.1.0",
"jquery": "^3.3.1",
"lite-server": "^2.3.0",
"mocha": "^5.0.5",
"mochawesome": "^3.0.2",
"popper.js": "^1.14.1",
"style-loader": "^0.20.3",
"truffle": "^4.1.7",
"truffle-flattener": "^1.2.5",
"web3": "^0.20.6",
"zeppelin-solidity": "^1.9.0"
},
"scripts": {
"dev": "lite-server",
"test": "mocha"
},
"author": "Pattapong J.",
"license": "MIT"
}