forked from edge2b/sessia-smart-contract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.42 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
{
"name": "mcfly-smart-contract",
"version": "0.1.1",
"description": "",
"main": "truffle.js",
"directories": {
"test": "test"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.3.13",
"babel-register": "^6.26.0",
"bip39": "^2.4.0",
"bitcore-lib": "^0.14.0",
"ethereum-bip44": "^2.1.3",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-testrpc": "^4.1.3",
"ethereumjs-wallet": "^0.6.0",
"ethjs-util": "^0.1.4",
"is-hex-prefixed": "^1.0.0",
"moment": "^2.18.1",
"truffle": "^3.4.9",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.0.0-beta.18",
"web3-provider-engine": "^13.2.9",
"zeppelin-solidity": "^1.3.0"
},
"devDependencies": {
"eslint-plugin-mocha": "^5.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"babel": {
"babelrc": true,
"plugins": [
"transform-es2015-modules-commonjs"
]
},
"author": "Nikita Kuznetsov",
"license": "ISC"
}