forked from paritytech/oo7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "oo7-parity",
"version": "0.7.8",
"description": "The Parity Bond API",
"main": "src/index.js",
"jsnext:main": "src/index.js",
"files": [
"src/*"
],
"scripts": {
"test": "mocha --reporter spec",
"lint": "eslint ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paritytech/oo7-parity.git"
},
"keywords": [
"Promise",
"Parity",
"Bond"
],
"author": "Parity Technologies <[email protected]> (https://parity.io/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/paritytech/oo7-parity/issues"
},
"homepage": "https://github.com/paritytech/oo7-parity#readme",
"dependencies": {
"@parity/api": "^4",
"bignumber.js": "^8.0.2",
"oo7": "^0.5.9"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.7.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^3.2.0"
}
}