Commit 293a5710 authored by Nick Stenning's avatar Nick Stenning

Update package.json to represent the client

parent 5a81c7c5
{ {
"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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment