sentimood
sentimood copied to clipboard
package.json
Hello, Could you consider adding a package.json file so your library can be used also with npm? The file shouls contain something like:
{ "name": "sentimood", "repository": "https://github.com/sargeant45/sentimood", "version": "1.0.0", "description": "A minimal browser-compatible sentiment analyzer written in CoffeeScript", "scripts": {}, "author": "sargeant45 <[email protected]>", "license": "MIT", "dependencies": {} }
I temporally forked it and added a demo file to use it, but it would be great to be able to use the original. Thanks,