-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 908 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
42
{
"name": "xelement",
"version": "1.0.14",
"description": "A powerful xelement (Xml Element) class for JavaScript.",
"main": "lib/xelement.js",
"author": {
"name": "Rakesh Dhandra Dharmateja Dongari",
"email": "[email protected]",
"url": "https://in.linkedin.com/in/rakeshdongari"
},
"repository": {
"type": "git",
"url": "https://github.com/dongariteja/xelement.git"
},
"dependencies": {
"sax": "^1.2.1"
},
"homepage": "http://dongariteja.github.io/xelement",
"keywords": [
"xml",
"xelement",
"descendants",
"xml parse",
"element",
"xmldoc",
"xmlelement",
"xmldocument",
"xml document",
"parse json",
"xml to json",
"json to xml",
"xml linq"
],
"readmeFilename": "README.md",
"scripts": {
"test": "tap test/*.js --cov"
},
"devDependencies": {
"tap": "^5.7.2"
},
"license": "MIT"
}