-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 KB
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
{
"name": "xor-external-contract-examples",
"version": "0.1.3",
"description": "Democratizing Financial Access for Everyone",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "truffle compile",
"test": "truffle test",
"deploy": "truffle deploy",
"migrate": "truffle migrate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XORprotocol/xor-external-contract-examples.git"
},
"keywords": [
"ethereum"
],
"authors": [
"Matthew Black <matthew@xor.finance>",
"Tony Cai <tony@xor.finance>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/XORprotocol/xor-external-contract-examples/issues"
},
"dependencies": {
"openzeppelin-solidity": "1.9.0",
"truffle": "4.1.4",
"truffle-hdwallet-provider": "0.0.3",
"xor-libraries": "0.1.0"
},
"devDependencies": {
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.1.0",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-standard": "3.0.1"
}
}