badeball/xpath-react

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "xpath-react",
  "version": "6.1.0",
  "description": "A React adapter for xpath-evaluator.",
  "main": "dist/xpath-react.cjs.js",
  "module": "dist/xpath-react.esm.js",
  "author": "Jonas Amundsen <jonasba@gmail.com>",
  "keywords": [
    "react",
    "xpath",
    "test",
    "testing"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/badeball/xpath-react.git"
  },
  "scripts": {
    "prepublishOnly": "make ensure-built"
  },
  "peerDependencies": {
    "react": "^15.5.0 || ^16.0.0"
  },
  "devDependencies": {
    "babel": "5.8.23",
    "codeclimate-test-reporter": "0.1.1",
    "create-react-class": "^15.6.3",
    "eslint": "1.9.0",
    "eslint-plugin-react": "3.8.0",
    "istanbul": "0.3.22",
    "mocha": "2.3.0",
    "rollup": "^1.2.2",
    "rollup-plugin-node-resolve": "^4.0.0",
    "semver": "^6.0.0",
    "xpath-evaluator": "^5.0.0"
  },
  "files": [
    "dist"
  ],
  "license": "MIT"
}