-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
55 lines (55 loc) · 1.24 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
51
52
53
54
55
{
"name": "authos-solidity",
"version": "1.1.1",
"description": "Core contract library for auth-os",
"files": [
"contracts",
"Makefile",
"test"
],
"dependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"coveralls": "^3.0.0",
"ethereumjs-abi": "^0.6.5",
"truffle": "^4.1.5",
"web3": "^0.18.4",
"mocha": "^3.5.3",
"mochawesome": "^3.0.2",
"mochawesome-report-generator": "^3.1.2"
},
"devDependencies": {},
"scripts": {
"test": "make test",
"abi": "make abi",
"clean": "make clean",
"compile": "make compile",
"flat": "make flat"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auth-os/core.git"
},
"keywords": [
"authos",
"ethereum",
"solidity",
"evm",
"smartcontracts",
"kernel",
"interoperability",
"extensibility"
],
"author": "Alexander Wade <[email protected]>",
"co-author": "Kyle Thomas <[email protected]>",
"contributors": [
"Alex Towle <[email protected]>",
"Nikhil Sakhamuri <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/auth-os/core/issues"
},
"homepage": "https://github.com/auth-os/core#readme"
}