-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 941 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
{
"name": "talao",
"version": "1.0.0",
"description": "Talao, a DAO for the future of work.",
"main": "truffle.js",
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThierryThevenet/Talao.git"
},
"author": "EMindHub",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThierryThevenet/Talao/issues"
},
"homepage": "https://github.com/ThierryThevenet/Talao#readme",
"dependencies": {
"zeppelin-solidity": "1.6.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.23.0",
"ethereumjs-testrpc": "^6.0.3",
"truffle": "^4.0.1",
"chai": "^4.0.2",
"chai-as-promised": "^7.0.0",
"chai-bignumber": "^2.0.0"
}
}