-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
70 lines (70 loc) · 1.41 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "libxml-to-js",
"version": "0.3.12",
"main": "./lib/libxml-to-js.js",
"description": "XML to JavaScript object parser based on libxmljs",
"license": "BSD-3-Clause",
"dependencies": {
"libxmljs": ">=0.5.x",
"lodash": "*"
},
"devDependencies": {
"mocha": "= 5.0.0",
"chai": "= 4.1.2",
"js-beautify": "= 1.7.5",
"jshint": "= 2.9.5",
"find": "= 0.2.8",
"rimraf": "= 2.6.2"
},
"engines": {
"node": ">= 4"
},
"homepage": "https://github.com/SaltwaterC/libxml-to-js",
"author": {
"name": "Stefan Rusu",
"url": "http://www.saltwaterc.eu/"
},
"contributors": [{
"name": "Brian White",
"url": "http://mscdex.net/"
},
{
"name": "Nicolas Morel",
"url": "https://github.com/Marsup"
},
{
"name": "VirgileD",
"url": "https://github.com/VirgileD"
},
{
"name": "Richard Anaya",
"url": "http://www.richardanaya.com/"
},
{
"name": "TokyoIncidents",
"url": "https://github.com/TokyoIncidents"
},
{
"name": "XApp-Studio",
"url": "https://github.com/XApp-Studio"
}
],
"repository": {
"type": "git",
"url": "git://github.com/SaltwaterC/libxml-to-js.git"
},
"keywords": [
"xml",
"javascript",
"object",
"parser",
"libxml",
"libxmljs",
"namespace",
"cdata",
"xpath"
],
"scripts": {
"test": "jake test"
}
}