{
  "name": "php-js",
  "version": "0.0.5",
  "description": "A node application to run a standalone php server.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "server",
    "php"
  ],
  "author": "Christian Gomez <chr8993@gmail.com> (http://christiangomez.me)",
  "license": "ISC",
  "dependencies": {
    "chalk": "^1.1.1",
    "express": "^4.13.3",
    "hasbin": "^1.1.2",
    "q": "^1.4.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chr8993/php_server.git"
  },
  "bugs": {
    "url": "https://github.com/chr8993/php_server/issues"
  },
  "homepage": "https://github.com/chr8993/php_server#readme"
}
