{
  "name": "php-unparser",
  "version": "0.2.9",
  "description": "Unparse the AST produced by glayzzle/php-parser back to code.",
  "main": "index.js",
  "scripts": {
    "test": "make test",
    "prebuild": "node node_modules/jslint/bin/jslint.js --indent 2 --color package.json index.js node_translators/*.js node_translators/**/*.js && node test/index.js",
    "build": "node node_modules/browserify/bin/cmd.js index.js -s phpUnparser -o ./dist/php-unparser.js",
    "postbuild": "node node_modules/uglifyjs/bin/uglifyjs ./dist/php-unparser.js -o ./dist/php-unparser.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:chris-l/php-unparser.git"
  },
  "keywords": [
    "unparser",
    "php",
    "ast"
  ],
  "author": "Christopher Luna <dev@christopher-luna.com>",
  "license": "MIT",
  "devDependencies": {
    "browserify": "13.1.1",
    "coveralls": "^2.11.15",
    "istanbul": "^0.4.5",
    "jasmine-node": "1.14.5",
    "jslint": "0.9.6",
    "php-parser": "^2.2.0",
    "uglifyjs": "2.4.10"
  }
}
