forked from simple-restricted-token/simple-restricted-token
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 959 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
{
"name": "@tokensoft/simple-restricted-token-standard",
"version": "0.0.0",
"description": "ERC-1404 is an easily extendable standard for issuing tokens with transfer restrictions.",
"scripts": {
"test": "truffle test",
"test:watch": "nodemon --exec \"npm run test\"",
"compile": "truffle compile",
"migrate": "truffle migrate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tokensoft/simple-restricted-token-standard.git"
},
"author": "TokenSoft Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/tokensoft/simple-restricted-token-standard/issues"
},
"homepage": "https://github.com/tokensoft/simple-restricted-token-standard#readme",
"devDependencies": {
"bignumber.js": "^7.2.1",
"chai": "^4.1.2",
"hex2ascii": "^0.0.3",
"mocha": "^5.2.0",
"nodemon": "^1.18.3"
},
"dependencies": {
"truffle": "^4.1.13",
"zeppelin-solidity": "^1.11.0"
}
}