-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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
{
"name": "@evolutionland/land",
"version": "1.4.1",
"description": "Land Contracts for Evolution Land",
"main": "truffle-config.js",
"scripts": {
"build": "npx waffle",
"flatten": "npx waffle flatten"
},
"directories": {
"test": "test"
},
"dependencies": {
"@evolutionland/common": "^1.7.1",
"@evolutionland/upgraeability-using-unstructured-storage": "^0.1.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.23.0",
"mocha": "^5.2.0",
"openzeppelin-solidity": "^1.12.0",
"solc": "^0.4.24",
"truffle-hdwallet-provider": "0.0.5",
"truffle-privatekey-provider": "^0.1.0",
"web3": "^1.0.0-beta.34"
},
"devDependencies": {
"ethereum-waffle": "^3.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evolutionlandorg/land.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/evolutionlandorg/land/issues"
},
"homepage": "https://github.com/evolutionlandorg/land#readme"
}