treojs/treo

npm publish

Closed this issue · 3 comments

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)

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?

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