sentimood icon indicating copy to clipboard operation
sentimood copied to clipboard

package.json

Open gbosetti opened this issue 7 years ago • 0 comments

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,

gbosetti avatar Sep 20 '18 17:09 gbosetti