forked from mxpaul/ethmoneybox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 990 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
37
38
39
40
41
{
"name": "ethmoneybox",
"version": "1.0.0",
"description": "moneybox contract for ethereum network written in solidity",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/truffle test",
"develop": "./node_modules/.bin/truffle develop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mxpaul/ethmoneybox.git"
},
"keywords": [
"solidity",
"ethereum",
"example",
"smart",
"contract"
],
"author": "mxpaul",
"license": "MIT",
"bugs": {
"url": "https://github.com/mxpaul/ethmoneybox/issues"
},
"homepage": "https://github.com/mxpaul/ethmoneybox#readme",
"devDependencies": {
"babel-env": "^2.4.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"solc": "^0.4.24",
"truffle": "^4.1.8"
},
"dependencies": {
"growl": "^1.10.5"
}
}