-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1023 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
37
38
39
40
{
"name": "security-token",
"version": "1.0.0",
"description": "",
"main": "truffle.js",
"directories": {
"test": "test"
},
"dependencies": {
"any-promise": "^1.3.0",
"bignumber.js": "^7.2.1",
"bindings": "^1.3.1",
"truffle-hdwallet-provider": "^1.0.0-web3one.5",
"web3": "^0.20.7",
"zeppelin-solidity": "^1.12.0"
},
"devDependencies": {
"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",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tommyz7/security-token.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tommyz7/security-token/issues"
},
"homepage": "https://github.com/tommyz7/security-token#readme"
}