readium / readium-js-viewer

👁 ReadiumJS viewer: default web app for Readium.js library
BSD 3-Clause "New" or "Revised" License
551 stars 186 forks source link

NPM external dependencies via GitHub forks, should be under readium/ (not developer_name/) #565

Open danielweck opened 8 years ago

danielweck commented 8 years ago

TODO: re-create all forks under https://github.com/readium/

http-server NPM package.json: https://github.com/readium/readium-cfi-js/blob/develop/package.cson#L98 https://github.com/readium/readium-shared-js/blob/develop/package.cson#L97 https://github.com/readium/readium-js/blob/develop/package.cson#L97 https://github.com/readium/readium-js-viewer/blob/develop/package/package_base.cson#L108

    "http-server": 'danielweck/http-server'

CODE DIFF: https://github.com/indexzero/http-server/compare/master...danielweck:master

URIjs NPM package.json https://github.com/readium/readium-shared-js/blob/develop/package.cson#L119

    "urijs": 'danielweck/URI.js'

CODE DIFF: https://github.com/medialize/URI.js/compare/master...danielweck:master

CSSOM NPM package.json https://github.com/readium/readium-shared-js/blob/develop/package.cson#L128

    "CSSOM": 'danielweck/CSSOM#gh-pages'

CODE DIFF: https://github.com/NV/CSSOM/compare/gh-pages...danielweck:gh-pages

zipJS NPM package.json https://github.com/readium/readium-js/blob/develop/package.cson#L109

    "zipjs": "danielweck/zip.js"

CODE DIFF: https://github.com/gildas-lormeau/zip.js/compare/master...danielweck:master

keymaster NPM package.json https://github.com/readium/readium-js-viewer/blob/develop/package/package_base.cson#L124

    "keymaster": 'danielweck/keymaster'

CODE DIFF: https://github.com/madrobby/keymaster/compare/master...danielweck:master

jath NPM package.json https://github.com/readium/readium-js-viewer/blob/develop/package/package_base.cson#L127

    "jath": 'danielweck/jath'

CODE DIFF: https://github.com/dnewcome/jath/compare/master...danielweck:master

MathJax NPM package.json https://github.com/readium/readium-js-viewer/blob/develop/package/package_base.cson#L132

    "mathjax-single-file": 'danielweck/MathJax-single-file'

CODE DIFF: https://github.com/pkra/MathJax-single-file/compare/master...danielweck:master

danielweck commented 8 years ago

Related issue: https://github.com/readium/readium-js-viewer/issues/432

danielweck commented 8 years ago

Also see this active PR: https://github.com/readium/readium-shared-js/pull/308

CC @olivierkorner

css-element-queries NPM package.json: https://github.com/readium/readium-shared-js/pull/308/commits/c51da48f5b8306fe4f81167d307856daf289e7ef#diff-37c48ffb09211bfc5e9eeb379fb2d554

    "ResizeSensor": 'olivierkorner/css-element-queries'

CODE DIFF: https://github.com/marcj/css-element-queries/compare/master...olivierkorner:master

danielweck commented 7 years ago

Related: https://github.com/readium/readium-js-viewer/issues/603