-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (39 loc) · 948 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
40
{
"name": "dls",
"version": "0.0.1",
"description": "it's ads.txt, on the blockchain",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"compile": "truffle compile",
"deploy": "truffle migrate --reset --network=development",
"deploy:rinkeby": "truffle migrate --reset --network=rinkeby",
"docs": "doxity build",
"lint": "solium --file contracts/DLS.sol"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdChain/ADSR.git"
},
"keywords": [
"ads"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/AdChain/ADSR/issues"
},
"homepage": "https://github.com/AdChain/ADSR#readme",
"devDependencies": {
"@digix/doxity": "^0.5.2",
"ethereumjs-abi": "^0.6.4",
"solidity-sha3": "^0.4.1",
"standard": "^10.0.3",
"truffle-hdwallet-provider": "0.0.3"
},
"dependencies": {
}
}