UNPKG

php7parser

Version:
34 lines (33 loc) 742 B
{ "name": "php7parser", "version": "1.0.8", "description": "PHP 7 Parser", "main": "./lib/php7parser.js", "types": "./lib/php7parser.d.ts", "scripts": { "test": "mocha", "build": "rm -f ./lib/* && tsc" }, "author": "Ben Mewburn <ben@mewburn.id.au>", "license": "ISC", "keywords": [ "php", "php7", "parser" ], "homepage": "https://github.com/bmewburn/php7parser", "bugs": { "url": "https://github.com/bmewburn/php7parser/issues" }, "repository": { "type": "git", "url": "https://github.com/bmewburn/php7parser.git" }, "devDependencies": { "@types/chai": "^4.1.2", "@types/mocha": "^2.2.48", "chai": "^4.1.2", "mocha": "^4.1.0", "typescript": "^2.7.1" } }