-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 987 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
{
"name": "notary",
"version": "1.0.0",
"description": "[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"ganache-cli": "^6.1.8",
"truffle": "^4.1.14"
},
"devDependencies": {
"truffle-privatekey-provider": "^0.1.0"
},
"scripts": {
"test": "truffle test",
"rpc": "node_modules/.bin/ganache-cli --port=8098 --networkId=84893",
"build": "truffle build",
"compile": "truffle compile",
"deploy:rinkeby": "truffle deploy --network rinkeby --reset"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bit-Nation/notary.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bit-Nation/notary/issues"
},
"homepage": "https://github.com/Bit-Nation/notary#readme"
}