blob: 6ddc351c14385ff27c40873816bc3589fc6c1cef [file] [log] [blame]
{
"name": "Vanadium-Extension",
"version": "0.0.1",
"description": "## Goals: ### Short-term: Extension provides UI to manage identities WSPR holds on to all private keys and never exposes them. The extension works with WSPR to manage identities. A webapp should not be able to see all identities known to WSPR.",
"scripts": {
"start": "make example-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "vanadium",
"license": "MIT",
"dependencies": {
"debug": "^2.1.1",
"domready": "~1.0.7",
"insert-css": "^0.2.0",
"lodash": "^3.0.0",
"mercury": "^12.0.0",
"xtend": "^4.0.0",
"eventemitter2": "~0.4.14",
"es6-shim": "^0.20.2",
"superagent": "~0.21.0",
"inherits": "~2.0.1"
},
"devDependencies": {
"brfs": "^1.2.0",
"browserify": "^8.1.1",
"dependency-check": "^1.1.5",
"jshint": "^2.6.0",
"node-static": "^0.7.4",
"envify": "~3.2.0",
"esprima": "~1.2.2"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "https://vandium.googlesource.com/vanadium-extension"
}
}