{
  "version": "2.19.1",
  "name": "uniter",
  "publishConfig": {
    "proprietary-attribs": false
  },
  "description": "Uniter - PHP in the browser and Node.js",
  "keywords": [
    "javascript",
    "php",
    "recompiler",
    "interpreter"
  ],
  "config": {
    "publishtest": false
  },
  "homepage": "https://asmblah.github.io/uniter/",
  "author": "Daniel Phillimore <dan@ovms.co>",
  "repository": {
    "type": "git",
    "url": "https://github.com/asmblah/uniter"
  },
  "bugs": {
    "email": "dan@ovms.co",
    "url": "https://github.com/asmblah/uniter/issues"
  },
  "main": "index",
  "bin": "bin/uniter",
  "scripts": {
    "build": "mkdir -p ./dist && browserify --standalone=uniter index | uglifyjs --mangle > ./dist/uniter.js",
    "build-demo": "npm run build && mkdir -p ./dist/demo && browserify demo/interactive-main > ./dist/demo/interactive.js",
    "jshint": "jshint .",
    "mocha": "mocha --recursive -r mocha-bootstrap tests/bdd/integration/",
    "test": "npm run jshint && npm run mocha"
  },
  "dependencies": {
    "dotphp": "^3.9.0",
    "microdash": "^1.4.2",
    "phpcommon": "^2.0.2",
    "phpruntime": "^9.2.0",
    "phptoast": "^9.3.0",
    "phptojs": "^10.2.0"
  },
  "devDependencies": {
    "browserify": "^17.0.0",
    "chai": "^4.3.10",
    "chai-as-promised": "^7.1.1",
    "express": "^4.19.2",
    "glob": "^10.4.1",
    "jshint": "^2.13.6",
    "mocha": "^10.7.3",
    "mocha-bootstrap": "^1.0.6",
    "nowdoc": "^1.0.1",
    "sinon": "^17.0.1",
    "sinon-chai": "^3.7.0",
    "uglify-js": "^3.18.0"
  },
  "engines": {
    "node": ">=8"
  },
  "license": "MIT"
}
