-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.01 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": "squeezer-blockchain-connector",
"version": "1.0.3-alpha",
"description": "Squeezer agnostic blockchain connector",
"keywords": [
"blockchain",
"dapps",
"bitcoin",
"ethereum",
"solidity",
"sol",
"utils",
"squeezer",
"utility",
"web3"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SqueezerIO/squeezer-blockchain-connector.git"
},
"author": "Ionut Vaida",
"license": "ISC",
"bugs": {
"url": "https://github.com/SqueezerIO/squeezer-blockchain-connector/issues"
},
"homepage": "https://github.com/SqueezerIO/squeezer-blockchain-connector#readme",
"dependencies": {
"request": "^2.86.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0"
}
}