forked from DigixGlobal/truffle-lightwallet-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.43 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
{
"name": "@digix/truffle-lightwallet-provider",
"version": "0.1.4",
"description": "",
"main": "./lib/index.js",
"scripts": {
"dev": "node_modules/.bin/mocha --watch --compilers js:babel-register",
"test": "node_modules/.bin/mocha --compilers js:babel-register",
"compile": "rm -rf lib/* && ./node_modules/.bin/babel src -d lib",
"prepublish": "npm run compile",
"test-server": "testrpc -p 6545 -m 'gather input poem fish mystery climb gauge pumpkin clock knee humble jazz'"
},
"author": "Chris Hitchcott <hitchcott@gmail.com> (http://hitchcott.com)",
"license": "BSD-3-Clause",
"dependencies": {
"eth-lightwallet": "^3.0.0",
"eth-sig-util": "^1.2.1",
"ethereumjs-tx": "^1.3.1",
"ethereumjs-util": "^5.1.2",
"web3-provider-engine": "^13.1.1"
},
"devDependencies": {
"awaiting": "^3.0.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.4.2",
"web3": "^0.19.1"
}
}