forked from kinecosystem/kin-token
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 KB
/
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
37
38
{
"name": "kik-tokens",
"version": "0.0.1",
"description": "KIN Token Smart Contracts",
"repository": "[email protected]:kikinteractive/kik-tokens.git",
"author": "Kik Team",
"license": "GPL-3.0",
"main": "truffle.js",
"scripts": {
"testrpc": "scripts/testrpc.sh",
"test": "scripts/test.sh",
"coverage": "scripts/coverage.sh",
"codecov": "scripts/codecov.sh",
"console": "scripts/console.sh"
},
"bugs": {
"url": "https://github.com/kikinteractive/kin/issues"
},
"homepage": "https://github.com/kikinteractive/kin",
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"bignumber.js": "^4.0.2",
"codecov": "^2.3.0",
"ethereumjs-testrpc": "^4.1.1",
"lerna": "^2.0.0",
"lodash": "^4.17.4",
"mocha-lcov-reporter": "^1.3.0",
"solidity-coverage": "^0.2.2",
"truffle": "3.4.9",
"web3": "^1.0.0-beta.18",
"xtend": "^4.0.1",
"yargs": "^8.0.2"
}
}