UNPKG

node-wordnet

Version:

Node.js interface for Wordnet

39 lines (38 loc) 900 B
{ "name": "node-wordnet", "version": "0.1.12", "description": "Node.js interface for Wordnet", "main": "lib/wordnet.js", "scripts": { "test": "node_modules/.bin/gulp test" }, "repository": { "type": "git", "url": "https://github.com/morungos/wordnet.git" }, "keywords": [ "wordnet" ], "author": "Stuart Watt <stuart@morungos.com>", "license": "MIT", "bugs": { "url": "https://github.com/morungos/wordnet/issues" }, "homepage": "https://github.com/morungos/wordnet", "devDependencies": { "chai": "^1.10.0", "chai-as-promised": "^4.1.1", "coffee-script": "^1.8.0", "gulp": "^3.8.10", "gulp-coffee": "^2.2.0", "gulp-mocha": "^2.0.0", "mocha": "^2.2.5", "wndb-with-exceptions": "^3.0.1" }, "dependencies": { "async": "^0.9.0", "bluebird": "^2.6.0", "es6-shim": "^0.22.1", "lru-cache": "^2.5.0" } }