{ "name": "acorn-jsx", "description": "Alternative, faster React.js JSX parser", "homepage": "https://github.com/RReverser/acorn-jsx", "main": "acorn.js", "version": "0.11.1-1", "engines": {"node": ">=0.4.0"}, "maintainers": [{"name": "Ingvar Stepanyan", "email": "me@rreverser.com", "web": "http://rreverser.com/"}], "repository": {"type": "git", "url": "https://github.com/RReverser/acorn-jsx"}, "licenses": [{"type": "MIT", "url": "https://raw.githubusercontent.com/RReverser/acorn-jsx/master/LICENSE"}], "scripts": { "test": "node test/run.js", "prepublish": "node bin/without_eval > acorn_csp.js" }, "bin": {"acorn": "./bin/acorn"}, "devDependencies": {"regenerate": "~0.6.2", "unicode-7.0.0": "~0.1.5"} }