Commit 269f870d authored by Randall Leeds's avatar Randall Leeds

npm likes to reformat the package.json

I will let it have its way.
parent e7369ccf
...@@ -38,7 +38,10 @@ ...@@ -38,7 +38,10 @@
}, },
"homepage": "https://github.com/hypothesis/h", "homepage": "https://github.com/hypothesis/h",
"browserify": { "browserify": {
"transform": ["coffeeify", "browserify-shim"] "transform": [
"coffeeify",
"browserify-shim"
]
}, },
"browser": { "browser": {
"annotator": "./h/static/scripts/vendor/annotator.js", "annotator": "./h/static/scripts/vendor/annotator.js",
...@@ -61,7 +64,11 @@ ...@@ -61,7 +64,11 @@
"dom-text-mapper": "DomTextMapper", "dom-text-mapper": "DomTextMapper",
"dom-text-matcher": "DomTextMatcher", "dom-text-matcher": "DomTextMatcher",
"jquery": "global:jQuery", "jquery": "global:jQuery",
"jquery-scrollintoview": {"depends": ["jquery"]}, "jquery-scrollintoview": {
"depends": [
"jquery"
]
},
"jschannel": "Channel", "jschannel": "Channel",
"page-text-mapper-core": "PageTextMapperCore", "page-text-mapper-core": "PageTextMapperCore",
"text-match-engines": "TextMatchEngines" "text-match-engines": "TextMatchEngines"
......
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