orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
29 lines (28 loc) • 590 B
JSON
{
"name": "acorn-jsx",
"description": "Alternative, faster React.js JSX parser",
"homepage": "https://github.com/RReverser/acorn-jsx",
"version": "3.0.1",
"maintainers": [
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
"web": "http://rreverser.com/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/RReverser/acorn-jsx"
},
"license": "MIT",
"scripts": {
"test": "node test/run.js"
},
"dependencies": {
"acorn": "^3.0.4"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5"
}
}