forked from FUSIONFoundation/TokenSale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 836 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
{
"name": "tokensale",
"version": "1.0.0",
"description": "FUSION is a public blockchain devoting itself to creating an inclusive cryptofinancial platform by providing cross-chain, cross-organization, and cross-datasource smart contracts.",
"main": "truffle.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"mockjs": "^1.0.1-beta3",
"sleep-promise": "^2.0.0",
"zeppelin-solidity": "^1.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FUSIONFoundation/TokenSale.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FUSIONFoundation/TokenSale/issues"
},
"homepage": "https://github.com/FUSIONFoundation/TokenSale#readme"
}