-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1004 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
43
{
"name": "advanced-html-parser",
"version": "1.1.0",
"description": "Can use html parser in react-native, titanium, and anywhere. This is based on [xmldom](https://github.com/jindw/xmldom).",
"main": "index.js",
"homepage": "https://github.com/AlenToma/advanced-html-parser",
"repository": {
"type": "git",
"url": "https://github.com/AlenToma/advanced-html-parser.git"
},
"bugs": {
"url": "https://github.com/AlenToma/advanced-html-parser/issues"
},
"author": {
"name": "Alen Toma",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"dom",
"xml",
"html",
"parser",
"javascript",
"DOMParser",
"XMLSerializer",
"ReactNative",
"titanium"
],
"scripts": {
"test": "node test/test.js",
"mocha": "mocha test/test.js",
"speed": "mocha test/speedTest.js"
},
"dependencies": {
"css-select": "^4.2.1",
"he": "^1.2.0"
},
"devDependencies": {
"should": "^13.2.3",
"mocha": "^9.2.0"
}
}