{ "name": "json2php", "version": "0.0.7", "description": "JSON to PHP converter", "main": "lib/json2php.js", "scripts": { "build": "coffee -c -b -o ./lib src/json2php.coffee", "test": "mocha --require coffeescript/register 'test/**/*.coffee'" }, "repository": { "type": "git", "url": "https://github.com/daniel-zahariev/json2php.git" }, "keywords": [ "JSON", "PHP", "Converter" ], "author": "Daniel Zahariev ", "contributors": [ { "name": "Daniel Zahariev", "email": "daniel.zahariev@gmail.com" }, { "name": "Bozhidar Dryanovski", "email": "bozhidar.dryanovski@gmail.com" } ], "devDependencies": { "coffeescript": "^2", "mocha": "^9" }, "license": "BSD", "readmeFilename": "README.md" }