Closed max-mapper closed 11 years ago
The reason: I use npm in this project only as a script runner, and installer for component and testem. It's 100% browser component, it uses IndexedDB and localStorage, so... in node environment it does not make sense now. Can you explain, how are you going to use it with node?
heres a good explanation: http://maxogden.com/node-packaged-modules.html
I'm actually come from browser world, and component(1) looks more natural, than browserify for me. Anyway, Indexed is ready as npm module https://npmjs.org/package/indexed and can be browserified. Hope it will useful ;)
I'd use this if it was on NPM. right now your package.json is missing a bunch of fields though (like dependencies, description, repo, version, etc)