-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "open-smartkit",
"version": "0.0.2",
"description": "Collection of reusable and extendable smart contracts",
"scripts": {
"lint": "eslint ./",
"build": "webpack",
"dev": "webpack-dev-server"
},
"author": "SmartContractCompanion",
"license": "MIT",
"devDependencies": {
"truffle": "^4.1.11",
"truffle-contract": "3.0.5",
"web3": "1.0.0-beta.34",
"web3-provider-engine": "^14.0.5",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.17.0",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.23.0",
"chai": "^4.0.2",
"chai-as-promised": "^7.0.0",
"chai-bignumber": "^2.0.0"
},
"main": "test.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmartContractCompanion/smartkit"
},
"keywords": [],
"bugs": {
"url": "https://github.com/SmartContractCompanion/smartkit"
},
"homepage": "https://github.com/SmartContractCompanion/smartkit",
"dependencies": {
"openzeppelin-solidity": "1.9.0"
}
}