-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 944 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": "cryptozombies",
"version": "1.0.0",
"description": "Cryptozombies.io smart-contract tutorial made compatible with Truffle.",
"directories": {
"test": "test"
},
"dependencies": {
"bn.js": "^4.11.6",
"dotenv": "^4.0.0",
"ethjs-abi": "^0.2.1",
"is-hex-prefixed": "^1.0.0",
"js-sha3": "^0.5.5",
"number-to-bn": "^1.7.0",
"strip-hex-prefix": "^1.0.0",
"zeppelin-solidity": "^1.7.0",
"install": "^0.10.4"
},
"devDependencies": {
"lite-server": "^2.3.0"
},
"scripts": {
"dev": "lite-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeloooooo/solidity-cryptozombies.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jeloooooo/solidity-cryptozombies/issues"
},
"homepage": "https://github.com/jeloooooo/solidity-cryptozombies#readme"
}