{
  "author": "Zach Carter <zcarter@cse.usf.edu> (http://zaa.ch)",
  "name": "orderly",
  "description": "Translates Orderly to JSON Schema",
  "keywords": [
    "json",
    "orderly",
    "jsonschema",
    "parser"
  ],
  "version": "1.1.0",
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git://github.com/zaach/orderly.js.git"
  },
  "bugs": {
    "url": "http://github.com/zaach/orderly.js/issues"
  },
  "main": "dist/orderly.js",
  "bin": {
    "orderly": "dist/cli.js"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "dependencies": {
    "nomnom": ">= 0.4.3"
  },
  "devDependencies": {
    "test": "*",
    "jison": "*",
    "uglify-js": "*"
  },
  "scripts": {
    "test": "node tests/all-tests.js"
  },
  "homepage": "http://zaach.github.com/orderly.js/"
}
