-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "pumapay",
"author": "PumaPay Team",
"version": "0.0.1",
"description": "PumaPay Smart Contracts",
"main": "truffle.js",
"scripts": {
"test": "scripts/test.sh",
"coverage": "scripts/coverage.sh",
"unify": "echo '' > ./unify/unified.sol && ./node_modules/.bin/truffle-flattener ./contracts/PumaPayPullPayment.sol >> ./unify/unified.sol"
},
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.1",
"eth-crypto": "1.2.2",
"lodash": "4.17.10",
"mocha": "5.2.0",
"moment": "2.22.2",
"openzeppelin-solidity": "1.12.0",
"save": "2.3.2",
"truffle": "4.1.13",
"truffle-assertions": "0.1.3",
"web3": "1.0.0-beta.34"
},
"devDependencies": {
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-preset-stage-3": "6.24.1",
"babel-register": "6.26.0",
"bignumber": "1.1.0",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"chai-bignumber": "2.0.2",
"ganache-cli": "6.1.8",
"solidity-coverage": "0.4.15",
"truffle-flattener": "1.2.6"
}
}