-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "MatryxPlatform",
"description": "Matryx bounty system for scientific innovation.",
"keywords": [
"matryx"
],
"homepage": "http://matryx.ai",
"version": "3.0.0",
"author": {
"name": "Sax Howsenhauward",
"email": "[email protected]"
},
"contributors": [
"Max Howard",
"Sam Hessenauer",
"Alex McNerney",
"Marina Torras",
"Ken Miyachi"
],
"scripts": {
"backup": "tar -czf artifacts.tgz -C build/contracts .",
"clean": "rm -r ./build",
"gas": "cd gas-parser; node index.js",
"gen": "cd generate-setup; node parse.js false",
"genb": "cd generate-setup; node parse.js true",
"docs": "rm -r ./docs/_build; cd docs; make html; open ./_build/html/index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/matryx/matryx-alpha-source.git"
},
"dependencies": {},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"devDependencies": {
"chalk": "^2.4.1",
"ethers": "^3.0.29",
"mnemonichelper": "git+https://github.com/matryx/MnemonicHelper.git",
"openzeppelin-test-helpers": "^0.1.2",
"solc": "^0.4.24",
"solidity-coverage": "^0.5.5",
"solidity-sha3": "^0.4.1",
"truffle-hdwallet-provider": "^1.0.2",
"web3": "^1.0.0-beta.46"
}
}