{
  "name": "renderer-aj",
  "version": "0.1.0",
  "description": "template renderer",
  "main": "lib",
  "scripts": {
    "t": "node ./bin -i asd -o dsa",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "renderer": "./bin/index.js"
  },
  "files": [
    "bin",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://apathyjade@github.com/apathyjade/renderer-aj.git"
  },
  "keywords": [
    "tpl",
    "template",
    "renderer"
  ],
  "author": "apathyjade",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/apathyjade/renderer-aj/issues"
  },
  "homepage": "https://github.com/apathyjade/renderer-aj#readme",
  "dependencies": {
    "gulp": "^3.9.1",
    "gulp-html-beautify": "^1.0.1",
    "gulp-remove-empty-lines": "^0.1.0",
    "gulp-template": "^5.0.0",
    "meow": "^5.0.0"
  }
}
