forked from google/wicked-good-xpath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.18 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
51
52
53
54
55
56
57
{
"name": "wicked-good-xpath",
"description": "Pure JS implementation of the DOM Level 3 XPath specification",
"version": "1.3.1",
"repository": {
"type": "git",
"url": "https://github.com/google/wicked-good-xpath.git"
},
"main": "dist/wgxpath.install-node.js",
"files": [
"dist/*.js",
"package.json",
"README.md"
],
"keywords": [
"closure",
"google",
"html",
"javascript",
"library",
"parse",
"wgxpath",
"wicked-good-xpath",
"xpath"
],
"author": {
"name": "Google Inc."
},
"contributors": [
{
"name": "Evan Thomas",
"email": "[email protected]"
},
{
"name": "Greg Dennis",
"email": "[email protected]"
},
{
"name": "Joon Lee",
"email": "[email protected]"
},
{
"name": "Michael Zhou",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/google/wicked-good-xpath/issues"
},
"homepage": "https://github.com/google/wicked-good-xpath",
"devDependencies": {
"google-closure-compiler": "^20160619.0.0",
"google-closure-library": "^20160619.0.0",
"gulp": "^3.9.1"
}
}