Current File : //proc/self/root/kunden/lib/node_modules/npm-name-cli/node_modules/thesaurus/package.json
{
  "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"
  }
}