forked from OpenSTFoundation/openst-payments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.45 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
{
"name": "@openstfoundation/openst-payments",
"version": "1.0.8",
"description": "Payment infrastructure on top of the OpenST network.",
"keywords": [
"openst",
"OST",
"simpletoken",
"Payment"
],
"homepage": "https://openst.org",
"author": "OpenST Foundation Ltd.",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/OpenSTFoundation/openst-payments.git"
},
"bugs": {
"url": "https://github.com/OpenSTFoundation/openst-payments/issues"
},
"scripts": {
"make-docs": "node_modules/.bin/jsdoc -c .jsdoc.json"
},
"dependencies": {
"@openstfoundation/openst-base": "0.9.1",
"@openstfoundation/openst-cache": "1.0.4",
"@openstfoundation/openst-notification": "1.0.2",
"@openstfoundation/openst-storage": "1.0.0",
"bignumber.js": "4.1.0",
"mustache": "2.3.0",
"mysql": "2.14.1",
"shortid": "2.2.8",
"web3": "1.0.0-beta.33"
},
"devDependencies": {
"abi-decoder": "1.0.9",
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"ethereumjs-testrpc": "6.0.3",
"ganache-cli": "6.0.3",
"truffle": "^4.1.8",
"ink-docstrap": "1.3.2",
"jsdoc-route-plugin": "0.1.0",
"jsdoc": "3.5.5",
"mocha": "5.0.0",
"solc": "0.4.19",
"chai": "4.1.2"
}
}