forked from TobyKreiselmaier/Crypto-Birdies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 866 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
{
"name": "crypto_birdies",
"version": "1.0.0",
"description": "This is a clone of the famous Crypto Kitties.\r For an idea how the game works, see here: https://guide.cryptokitties.co/guide/",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TobyKreiselmaier/Crypto-Birdies.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TobyKreiselmaier/Crypto-Birdies/issues"
},
"homepage": "https://github.com/TobyKreiselmaier/Crypto-Birdies#readme",
"devDependencies": {
"chai": "^4.2.0",
"truffle-assertions": "^0.9.2"
},
"dependencies": {
"@truffle/hdwallet-provider": "^1.1.1",
"bip39": "^3.0.2",
"dotenv": "^8.2.0"
}
}