-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
52 lines (52 loc) · 1.51 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
48
49
50
51
52
{
"name": "land",
"version": "3.0.0",
"description": "Contract for Decentraland's LAND",
"scripts": {
"test": "scripts/test.sh",
"test:watch": "nodemon test/** contracts/** --exec 'npm test'",
"lint": "npx eslint test && npx solium -d contracts",
"lint:fix": "npx eslint --fix test && npx solium -d contracts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decentraland/land.git"
},
"author": "The Decentraland Team <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/decentraland/land/issues"
},
"homepage": "https://github.com/decentraland/land#readme",
"dependencies": {
"erc821": "^6.0.0",
"openzeppelin-zos": "1.9.4",
"zos": "1.4.0",
"zos-lib": "1.4.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"buidler": "^0.1.4",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.1",
"eslint": "^4.18.2",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.4.0",
"ethereumjs-abi": "^0.6.5",
"ganache-cli": "^6.1.0",
"mocha": "^3.5.3",
"npx": "^9.7.1",
"prettier": "^1.11.1",
"solidity-sha3": "^0.4.1",
"solium": "^1.1.8",
"truffle": "^4.1.13",
"truffle-flattener": "^1.2.4",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^0.20.4"
}
}