-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
39
40
41
42
43
44
45
46
47
{
"name": "coinage-token",
"version": "0.0.8",
"description": "",
"main": "truffle-config.js",
"scripts": {
"test": "mocha --exit --bail --recursive test",
"test:compile": "npm run compile && npm run test",
"compile": "truffle compile"
},
"directories": {
"test": "./test",
"build": "./build"
},
"dependencies": {},
"devDependencies": {
"@makerdao/currency": "^0.9.6",
"@openzeppelin/test-environment": "^0.1.1",
"@openzeppelin/test-helpers": "^0.5.4",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-mocha-no-only": "^1.1.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"ethlint": "^1.2.5",
"ganache-cli": "^6.7.0",
"lodash": "^4.17.15",
"mocha": "^7.0.0",
"openzeppelin-solidity": "^2.4.0",
"truffle": "^5.1.7",
"web3-utils": "^1.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Onther-Tech/coinage-token.git"
},
"keywords": [],
"author": "4000D <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Onther-Tech/coinage-token/issues"
},
"homepage": "https://github.com/Onther-Tech/coinage-token#readme"
}