{
  "name": "acorn-jsx",
  "description": "Alternative, faster React.js JSX parser",
  "homepage": "https://github.com/RReverser/acorn-jsx",
  "main": "acorn.js",
  "version": "1.0.1",
  "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"
  },
  "dependencies": {
    "acorn": "^1.0.3"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "mocha": "^2.2.4"
  }
}
