-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 938 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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 <[email protected]>",
"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"
}