{ "name": "js2php", "version": "0.1.0", "description": "JavaScript to PHP transpiler.", "main": "index.js", "bin": { "js2php": "js2php" }, "dependencies": { "espree": "~2.2.3" }, "repository": { "type": "git", "url": "https://github.com/endel/js2php.git" }, "keywords": [ "javascript", "php", "transpiler", "transcompiler" ], "devDependencies": { "browserify": "~6.0.*", "mocha": "~2.0.1", "assert": "~1.1.2" }, "scripts": { "test": "mocha ./test/suite.js" }, "author": { "name": "Endel Dreyer" }, "license": "MIT", "gitHead": "e6814d58dea05e5990affd8333cd2326ab4a1f76", "bugs": { "url": "https://github.com/endel/js2php/issues" }, "homepage": "https://github.com/endel/js2php", "_id": "js2php@0.1.0", "_shasum": "cee0c8a54c3b64dfe317f0d3661be8ff7d065595", "_from": "js2php@*", "_npmVersion": "2.7.4", "_nodeVersion": "0.12.2", "_npmUser": { "name": "endel", "email": "endel.dreyer@gmail.com" }, "maintainers": [ { "name": "endel", "email": "endel.dreyer@gmail.com" } ], "dist": { "shasum": "cee0c8a54c3b64dfe317f0d3661be8ff7d065595", "tarball": "http://registry.npmjs.org/js2php/-/js2php-0.1.0.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/js2php/-/js2php-0.1.0.tgz" }