forked from mosaicdao/mosaic.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "@openstfoundation/openst-platform",
"version": "0.9.4",
"description": "OpenST Platform provides a web3 interface to tokenise mainstream consumer applications with crypto-assets on Ethereum",
"keywords": [
"web3",
"openST",
"OST",
"simpletoken",
"utility-token",
"ethereum",
"erc20"
],
"homepage": "https://openst.org",
"author": "OpenST Ltd.",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/OpenSTFoundation/openst-platform.git"
},
"bugs": {
"url": "https://github.com/OpenSTFoundation/openst-platform/issues"
},
"scripts": {
"start": "index.js",
"setup": "node tools/setup/index.js",
"make-docs": "node_modules/.bin/jsdoc -c .jsdoc.json"
},
"dependencies": {
"@openstfoundation/openst-base": "0.9.1",
"abi-decoder": "1.0.9",
"bignumber.js": "4.1.0",
"debug": "2.2.0",
"edit-json-file": "1.0.8",
"rsync": "0.6.1",
"merkle-patricia-tree": "2.3.1",
"ethereumjs-util": "5.2.0",
"leveldown": "4.0.1",
"levelup": "3.0.1"
},
"devDependencies": {
"chai": "4.1.2",
"ink-docstrap": "1.3.2",
"jsdoc": "3.5.5",
"mocha": "5.0.0"
}
}