-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "metamascara-es5",
"version": "2.2.2",
"description": "mascara module for all the requires the handy dandy fall back when metamask Isn't installed",
"main": "mascara-es5.js",
"directories": {
"dist": "dist"
},
"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": "github:sulliwane/json-rpc-engine#es5",
"json-rpc-middleware-stream": "github:sulliwane/json-rpc-middleware-stream#es5",
"obj-multiplex": "github:sulliwane/obj-multiplex#es5",
"obs-store": "github:sulliwane/obs-store#es5",
"pump": "^1.0.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"browserify": "^14.4.0",
"ethjs-query": "^0.2.9",
"express": "^4.15.4",
"watchify": "^3.9.0"
}
}