-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.24 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "potent-tools",
"library": "potentTools",
"version": "2.2.6",
"description": "A port, package and unit testing of Firebug's XPath parsing and processing tools.",
"keywords": [
"xpath",
"xml",
"css",
"firebug",
"dom",
"jsdom",
"xpath-expressions",
"css-selectors",
"path",
"evaluate"
],
"main": "index.js",
"scripts": {
"test": "mocha test",
"coverage": "./node_modules/.bin/istanbul cover -- node_modules/.bin/_mocha",
"build": "WEBPACK_ENV=build webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/gburtini/Potent-Tools-for-XPath.git"
},
"author": "Giuseppe Burtini and the Firebug team",
"license": "BSD-3-Clause",
"dependencies": {
"css-xpath": "^1.0.0",
"js-xpath": "^0.0.4",
"jsdom": "^9.12.0",
"lodash": "^4.17.4",
"separated-attributes": "^1.0.1",
"xpath": "^0.0.24"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-strawhouse": "^2.1.5",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.10.3",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"webpack": "^2.4.1"
}
}