-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
33 lines (33 loc) · 847 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
{
"name": "zepkit",
"version": "1.0.0",
"description": "Truffle box containing React, ZeppelinOS & OpenZeppelin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-blank": "rm -rf client/src && cp -rf barebones/src client/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrecuero/zepkit.git"
},
"keywords": [
"zeppelinos",
"openzeppelin",
"truffle",
"react"
],
"author": "Ramon Recuero <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rrecuero/zepkit/issues"
},
"homepage": "https://github.com/rrecuero/zepkit#readme",
"dependencies": {
"dotenv": "^6.2.0",
"openzeppelin-eth": "^2.1.3",
"truffle": "5.0.4",
"truffle-hdwallet-provider": "^1.0.3",
"zos-lib": "2.2.0"
}
}