-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 923 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
{
"name": "persians",
"version": "2.0.0",
"description": "Battle smart contract is a platform/ecosystem for gaming built on top of a decentralized smart contract, allowing anyone to use a Warrior tokens: entities which exists on the Ethereum Network, which can be traded or used to enter the battle with other Warrior tokens holders, for profit or just for fun! Every warrior token has a proper value in **Battle Point (BP)** that represent his strength on the battle contract.",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Neurone/persians.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Neurone/persians/issues"
},
"homepage": "https://github.com/Neurone/persians#readme"
}