forked from JoinColony/node-metamask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 724 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 724 Bytes
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
{
"name": "node-metamask",
"version": "1.1.1",
"description": "🦊 Connect to MetaMask from node.js",
"main": "index.js",
"scripts": {
"test": "eslint *.js"
},
"author": "Christian Maniewski <chris@colony.io>",
"license": "MIT",
"dependencies": {
"express": "^4.16.3",
"ws": "^5.2.0"
},
"devDependencies": {
"@colony/eslint-config-colony": "^4.0.0",
"babel-eslint": "^8.0.2",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-import-resolver-jest": "^2.1.1",
"eslint-plugin-flowtype": "^2.44.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.6.0",
"prettier": "^1.10.2"
}
}