forked from MetaMask/mascara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "metamascara",
"version": "2.2.1",
"description": "mascara module for all the requires the handy dandy fall back when metamask Isn't installed",
"main": "mascara.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node example/server/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/mascara.git"
},
"author": "metamask",
"license": "ISC",
"bugs": {
"url": "https://github.com/MetaMask/mascara/issues"
},
"homepage": "https://github.com/MetaMask/mascara#readme",
"dependencies": {
"iframe": "^1.0.0",
"iframe-stream": "^3.0.0",
"json-rpc-engine": "^3.1.0",
"json-rpc-middleware-stream": "^1.0.0",
"obj-multiplex": "^1.0.0",
"obs-store": "^2.4.1",
"pump": "^1.0.2"
},
"devDependencies": {
"browserify": "^14.4.0",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"ethjs-query": "^0.2.9",
"express": "^4.15.4",
"watchify": "^3.9.0"
}
}