UNPKG

thesaurus

Version:

a thesaurus of words, it contains english by default but it can be used with your own data file

26 lines (25 loc) 700 B
{ "name": "thesaurus", "description": "a thesaurus of words, it contains english by default but it can be used with your own data file", "version": "0.0.1", "author": { "name": "Julian Bilcke", "email": "julian.bilcke@datagica.com", "url": "http://daizoru.github.com/node-thesaurus" }, "repository": { "type": "git", "url": "https://github.com/daizoru/node-thesaurus.git" }, "keywords": [], "scripts": { "build": "coffee --compile --output lib/ src/", "watch": "coffee --watch --compile --output lib/ src/" }, "main": "./lib/thesaurus.js", "licence": "./LICENSE.txt", "dependencies": {}, "devDependencies": { "coffeescript": "^2.4.1" } }