mirror of
https://github.com/wassname/sentimood.git
synced 2026-08-21 11:21:47 +08:00
17 lines
374 B
JSON
17 lines
374 B
JSON
{
|
|
"name": "sentimood",
|
|
"main": "sentimood.js",
|
|
"version": "1.1.0",
|
|
"homepage": "https://github.com/sargeant45/sentimood",
|
|
"authors": [
|
|
"sargeant45 <ethanarterberry@gmail.com>"
|
|
],
|
|
"description": "A minimal browser-compatible sentiment analyzer written in CoffeeScript",
|
|
"keywords": [
|
|
"sentiment",
|
|
"analyzer",
|
|
"afinn"
|
|
],
|
|
"license": "MIT"
|
|
}
|