-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 919 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 919 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "eris-contracts",
"version": "0.12.0",
"scripts": {
"test": "mocha"
},
"dependencies": {
"bignumber.js": "debris/bignumber.js#master",
"bluebird": "^2.9.34",
"crypto-js": "^3.1.4",
"eris-db": "^0.11.0",
"utf8": "^2.1.1"
},
"devDependencies": {
"chai": "^2.1.1",
"ink-docstrap": "~0.5.2"
},
"repository": {
"type": "git",
"url": "https://github.com/eris-ltd/eris-contracts.js"
},
"homepage": "https://github.com/eris-ltd/eris-contracts.js",
"bugs": {
"url": "https://github.com/eris-ltd/eris-contracts.js/issues"
},
"keywords": [
"eris",
"solidity",
"node.js",
"dapp",
"tendermint",
"eris-db",
"RPC"
],
"author": "AndreasEris",
"authors": [
{
"name": "Andreas Olofsson",
"email": "andreas@erisindustries.com",
"url": "http://erisindustries.com"
}
],
"license": "LGPL-3.0"
}