-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 874 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
{
"name": "erc-1155",
"version": "1.0.0",
"description": "ERC-1155 Reference Implementation",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@babel/polyfill": "^7.4.0",
"bignumber.js": "^4.1.0",
"dotenv": "^8.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/register": "^7.4.0",
"truffle": "^5.1.47",
"truffle-hdwallet-provider": "^1.0.17"
},
"scripts": {
"test": "npx truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enjin/erc-1155.git"
},
"keywords": [
"enjin",
"coin",
"ethereum"
],
"author": "Enjin PTE LTD",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/enjin/erc-1155/issues"
},
"homepage": "https://github.com/enjin/erc-1155#readme"
}