ScottHamper / Cookies

JavaScript Client-Side Cookie Manipulation Library
The Unlicense
1.77k stars 170 forks source link

Add spm support #26

Closed afc163 closed 10 years ago

afc163 commented 10 years ago

A nicer package manager: http://spmjs.io Documentation: http://spmjs.io/documentation

http://spmjs.io/package/cookies-js


It is a package manager based on Sea.js which is a popular module loader in China.

spmjs focus in browser side. We supply a complete lifecycle managment of package by using spm.

If you need ownership of cookies-js in spmjs, I can add it for your account after signing in http://spmjs.io.

ScottHamper commented 10 years ago

Thanks, but no thanks!

Cookies.js already supports NPM directly, in addition to Bower. I'm not looking to add more files to support yet another package manager, and I don't like how the modification to package.json ends up duplicating data that's already there.