{
  "name": "auto-generate",
  "version": "0.0.8",
  "description": "Creates or updates parts of JS files with given content",
  "main": "lib/auto-generate.js",
  "scripts": {
    "test": "make test"
  },
  "keywords": [
    "auto",
    "generator"
  ],
  "author": {
    "name": "Özüm Eldoğan"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ozum/auto-generate.git"
  },
  "license": "ISC",
  "dependencies": {
    "MD5": "^1.2.1",
    "lodash": "^2.4.1",
    "uglify-js": "^2.4.15"
  },
  "devDependencies": {
    "chai": "^1.9.2",
    "ink-docstrap": "^0.5.2",
    "mocha": "^2.0.1",
    "rewire": "^2.1.1",
    "rimraf": "^2.2.8"
  }
}
