-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 771 Bytes
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
{
"name": "truffle-starter",
"version": "1.0.0",
"description": "oraclize truffle-box",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oraclize/playground-truffle-box.git"
},
"dependencies": {
"ethereum-bridge": "0.6.1",
"lodash": "^4.17.11"
},
"scripts": {
"bridge": "./node_modules/.bin/ethereum-bridge -a 9 -H 127.0.0.1 -p 9545 --dev"
},
"keywords": [
"truffle",
"truffle-box",
"box",
"oraclize",
"oracle"
],
"author": "oraclize",
"license": "MIT",
"bugs": {
"url": "https://github.com/oraclize/playground-truffle-box/issues"
},
"homepage": "https://github.com/oraclize/playground-truffle-box#readme"
}