UNPKG

pos-accumulator

Version:

Builds a parts-of-speech lookup table of collected strings

38 lines (37 loc) 908 B
{ "name": "pos-accumulator", "version": "1.1.0", "description": "Builds a parts-of-speech lookup table of collected strings", "main": "index.js", "scripts": { "test": "node_modules/grunt-cafe-mocha/node_modules/mocha/bin/mocha --ui bdd --reporter spec --require should test/index.js" }, "repository": { "type": "git", "url": "git://github.com/tleen/pos-accumulator.git" }, "keywords": [ "pos", "parts-of-speech", "language" ], "author": { "name" : "Tom Leen", "email" : "tl@thomasleen.com", "url" : "http://www.thomasleen.com" }, "license": "MIT", "bugs": { "url": "https://github.com/tleen/pos-accumulator/issues" }, "dependencies" : { "lodash" : "2.4.1", "pos" : "0.1.7" }, "devDependencies" : { "grunt" : "0.4.5", "grunt-cafe-mocha" : "0.1.12", "grunt-contrib-jshint" : "0.10.0", "should" : "4.0.4" } }