This repository was archived by the owner on Mar 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.49 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.49 KB
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
{
"name": "loopring.js",
"version": "2.0.13",
"description": "Loopring javascript library",
"scripts": {
"lint": "eslint . --fix",
"build": "webpack && babel -D -d lib/ src/",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loopring/loopring.js.git"
},
"keywords": [],
"author": "",
"main": "index.js",
"license": "Apache-2.0",
"bugs": "https://github.com/loopring/loopring.js/issues",
"homepage": "https://github.com/loopring/loopring.js#readme",
"dependencies": {
"async-validator": "1.8.2",
"bignumber.js": "7.0.1",
"bip39": "2.5.0",
"bn.js": "4.11.8",
"ethereumjs-abi": "0.6.5",
"ethereumjs-tx": "1.3.3",
"ethereumjs-util": "5.2.0",
"ethereumjs-wallet": "0.6.0",
"hdkey": "0.7.1",
"ledgerco": "1.2.1",
"lodash": "4.17.5",
"socket.io-client": "2.0.4",
"isomorphic-fetch": "2.2.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^4.12.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^4.11.1",
"webpack-cli": "^3.0.2"
}
}