Update package.json to represent the client
Showing
{ | { | ||
"name": "h", | "name": "hypothesis", | ||
"private": true, | "version": "0.31.0", | ||
"version": "0.0.0", | "description": "Annotate with anyone, anywhere.", | ||
"description": "The Internet, peer reviewed.", | "license": "BSD-2-Clause", | ||
"homepage": "https://hypothes.is", | |||
"bugs": "https://github.com/hypothesis/client/issues", | |||
"repository": "hypothesis/client", | |||
"dependencies": { | "dependencies": { | ||
"angular": "~1.5.6", | "angular": "~1.5.6", | ||
"angular-jwt": "0.0.9", | "angular-jwt": "0.0.9", | ||
... | @@ -92,18 +95,6 @@ | ... | @@ -92,18 +95,6 @@ |
"sinon": "^1.17.3", | "sinon": "^1.17.3", | ||
"websocket": "^1.0.22" | "websocket": "^1.0.22" | ||
}, | }, | ||
"engines": { | |||
"node": "0.10.x" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://github.com/hypothesis/h.git" | |||
}, | |||
"license": "Simplified BSD License", | |||
"bugs": { | |||
"url": "https://github.com/hypothesis/h/issues" | |||
}, | |||
"homepage": "https://github.com/hypothesis/h", | |||
"browserify": { | "browserify": { | ||
"transform": [ | "transform": [ | ||
"browserify-ngannotate", | "browserify-ngannotate", | ||
... | ... |
Please register or sign in to comment