-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1003 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
{
"name": "@truffleuniversity/dish-tokens",
"version": "0.1.0",
"description": "Get familar with some of the delicious token flavors out there.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"openzeppelin-solidity": "^2.3.0",
"any-promise": "^1.3.0",
"bindings": "^1.5.0",
"truffle-hdwallet-provider": "^1.0.0-web3one.5",
"truffle-security": "^1.5.0"
},
"devDependencies": {
"chai": "^4.2.0",
"openzeppelin-test-helpers": "github:OpenZeppelin/openzeppelin-test-helpers"
},
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/truffleuniversity/truffle-u-tokens.git"
},
"keywords": [
"drizzle",
"truffle",
"tokens"
],
"author": "Truffle",
"license": "MIT",
"bugs": {
"url": "https://github.com/truffleuniversity/truffle-u-tokens/issues"
},
"homepage": "https://github.com/truffleuniversity/truffle-u-tokens#readme"
}