istanbul-react
Version:
Instrumenter for 1:1 mapping of React JSX components
37 lines (36 loc) • 791 B
JSON
{
"name": "istanbul-react",
"version": "1.1.0",
"description": "Instrumenter for 1:1 mapping of React JSX components",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/podio/istanbul-react.git"
},
"keywords": [
"istanbul",
"react",
"jsx",
"instrumenter",
"source",
"map"
],
"author": "Søren Brokær <rasmussen@podio.com> (http://podio.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/podio/istanbul-react/issues"
},
"homepage": "https://github.com/podio/istanbul-react",
"dependencies": {
"react-tools": "^0.13.0",
"esprima": "^2.1.0",
"istanbul": "^0.3.8"
},
"devDependencies": {
"eol": "^0.2.0",
"mocha": "^2.2.1"
}
}