-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 985 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
{
"name": "truffle-migrate-off-chain",
"version": "0.1.5",
"description": "Off-chain migrations for Truffle",
"main": "index.js",
"scripts": {
"main": "node index.js"
},
"bin": {
"truffle-migrate-off-chain": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asselstine/truffle-migrate-off-chain.git"
},
"keywords": [
"truffle",
"solidity",
"migrate"
],
"author": "Brendan Asselstine",
"license": "MIT",
"bugs": {
"url": "https://github.com/asselstine/truffle-migrate-off-chain/issues"
},
"homepage": "https://github.com/asselstine/truffle-migrate-off-chain#readme",
"dependencies": {
"mkdirp": "^0.5.1",
"source-map-support": "^0.5.4",
"truffle-config": "^1.0.4",
"truffle-contract-schema": "^2.0.0",
"truffle-core": "^4.1.7",
"truffle-error": "0.0.2",
"truffle-expect": "0.0.3",
"truffle-resolver": "^4.0.3",
"truffle-workflow-compile": "^1.0.3"
}
}