{
  "name": "cdev",
  "version": "1.0.15",
  "description": "Cortex Development System",
  "main": "cdev.js",
  "dependencies": {
    "minimist": ""
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "coffee -c cdev.coffee; coffee -c cdev-cli.coffee",
    "postinstall": "(tmpfile=`mktemp` && { echo '#!'`which node` | cat - ./cdev-cli.js > $tmpfile && mv $tmpfile ./cdev-cli.js; } ); chmod a+rx ./cdev-cli.js"
  },
  "bin": {
    "cdev": "./cdev-cli.js"
  },
  "author": "Ari Siitonen <jalopuuverstas@gmail.com>",
  "license": "ISC"
}
