forked from BANKEX/solidity-float-point-calculation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 695 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 695 Bytes
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
{
"name": "floatpoint_math",
"version": "1.0.0",
"description": "Bankex foundation Solidity float point repository",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/BankEx/solidity-float-point-calculation"
},
"author": "shamatar",
"license": "MIT",
"dependencies": {
"coinstring": "^2.3.0",
"ejs": "^2.5.7",
"ejs-locals": "^1.0.2",
"ethereumjs-testrpc": "^6.0.3",
"moment": "^2.18.1",
"solc": "^0.4.18",
"truffle-artifactor": "^3.0.0",
"truffle-contract": "^3.0.1",
"web3": "^0.20.1",
"zeppelin-solidity": "^1.2.0"
}
}