{
  "version": "10.3.0",
  "name": "phptojs",
  "description": "PHP-to-JavaScript transpiler",
  "keywords": [
    "php",
    "transpiler"
  ],
  "homepage": "https://github.com/uniter/phptojs",
  "author": "Dan Phillimore <dan@ovms.co> (http://ovms.co)",
  "repository": {
    "type": "git",
    "url": "https://github.com/uniter/phptojs"
  },
  "bugs": {
    "email": "dan@ovms.co",
    "url": "http://github.com/uniter/phptojs/issues"
  },
  "main": "index",
  "scripts": {
    "jshint": "jshint .",
    "mocha": "mocha -r mocha-bootstrap --recursive test/unit/ test/integration/",
    "test": "npm run jshint && npm run mocha"
  },
  "dependencies": {
    "es6-set": "^0.1.6",
    "microdash": "^1.4.2",
    "phpcommon": "^2.0.2",
    "source-map": "^0.8.0-beta.0",
    "source-map-to-comment": "^2.0.0",
    "transpiler": "~1.2"
  },
  "devDependencies": {
    "chai": "^4.3.10",
    "jshint": "^2.13.6",
    "mocha": "^11.1.0",
    "mocha-bootstrap": "^1.0.6",
    "nowdoc": "^1.0.1",
    "sinon": "^17.0.1",
    "sinon-chai": "^3.7.0"
  },
  "engines": {
    "node": ">=0.6"
  },
  "license": "MIT"
}
