-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
48 lines (48 loc) · 1.13 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
{
"name": "blockapps-js",
"version": "1.0.0",
"description": "Interface to the Ethereum blockchain providing contract creation and transactions, state inspection, and dApp registration and management",
"keywords": [
"ethereum",
"blockchain",
"blockapps",
"dapp"
],
"homepage": "https://github.com/blockapps/blockapps-js",
"bugs": {
"url": "https://github.com/blockapps/blockapps-js/issues",
"email": "ryan.reich@consensys.net"
},
"license": "MIT",
"author": {
"name": "Ryan Reich",
"email": "ryan.reich@consensys.net",
"url": "https://github.com/ryanreich"
},
"contributors": {
"name": "BlockApps team",
"url": "http://blockapps.net"
},
"files": [
"js/",
"api-node.js"
],
"main": "api-node",
"repository": {
"type": "git",
"url": "https://github.com/blockapps/blockapps-js/blockapps-js.git"
},
"dependencies": {
"ethereumjs-tx": "",
"ethereumjs-util": "",
"string": "",
"big-integer": "",
"enum": "",
"crypto-js": ">=3.1",
"request": "",
"browser-request": ""
},
"devDependencies": {
"browserify": "^11.0.1"
}
}