treojs / treo

Consistent API to IndexedDB
http://treojs.com
MIT License
257 stars 18 forks source link

npm publish #4

Closed max-mapper closed 11 years ago

max-mapper commented 11 years ago

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)

alekseykulikov commented 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?

max-mapper commented 11 years ago

heres a good explanation: http://maxogden.com/node-packaged-modules.html

alekseykulikov commented 11 years ago

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 ;)