forked from OpenST/openst-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 887 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
{
"name": "@openstfoundation/openst-contracts",
"version": "0.9.4",
"description": "",
"keywords": [
"openst",
"OST",
"simpletoken"
],
"homepage": "https://openst.org",
"author": "OpenST Foundation Ltd.",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/OpenSTFoundation/openst-contracts.git"
},
"bugs": {
"url": "https://github.com/OpenSTFoundation/openst-contracts/issues"
},
"scripts": {},
"devDependencies": {
"abi-decoder": "1.2.0",
"assert": "1.4.1",
"bignumber.js": "4.1.0",
"bn.js": "4.11.8",
"eslint": "5.5.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.14.0",
"ethereumjs-util": "5.2.0",
"ganache-cli": "6.1.8",
"solc": "0.4.23",
"solidity-coverage": "0.5.11",
"truffle": "5.0.0-beta.0",
"web3": "1.0.0-beta.36"
}
}