npm likes to reformat the package.json
I will let it have its way.
Showing
... | @@ -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" | ||
... | ... |
Please register or sign in to comment