{
  "name": "pcfg-generator",
  "version": "0.3.0",
  "description": "A module to convert JSON-formated treebank data into a Stochastic Context-Free Grammar",
  "main": "index.js",
  "scripts": {
    "pretest": "npm install",
    "test": "./node_modules/mocha/bin/mocha test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git@gitorious.org:filch/pcfg-generator.git"
  },
  "keywords": [
    "treebank",
    "pcfg",
    "nlp"
  ],
  "author": "Philip Woods <elzairthesorcerer@gmail.com>",
  "license": "AGPL-3.0",
  "devDependencies": {
    "mocha": "~1.21.4"
  }
}
