{
  "name": "grease",
  "version": "0.0.2",
  "description": "Painless cross-platform JS application packager",
  "main": "grease.js",
  "bin": {
    "grease": "bin/grease"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -R spec test/*",
    "coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ecto/grease.git"
  },
  "keywords": [
    "cordova",
    "node-webkit"
  ],
  "author": "Cam Pedersen",
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/ecto/grease/issues"
  },
  "homepage": "http://grease.io",
  "dependencies": {
    "colors": "^0.6.2",
    "cordova-lib": "^0.21.6",
    "coveralls": "^2.11.1",
    "istanbul": "^0.3.0",
    "mkdirp": "^0.5.0",
    "mocha": "^1.21.3",
    "mocha-lcov-reporter": "0.0.1",
    "node-webkit-builder": "git+https://github.com/gabepaez/node-webkit-builder.git",
    "prompt": "^0.2.13",
    "yargs": "^1.3.1"
  }
}
