forked from inikulin/parse5
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.2 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
{
"name": "react-native-parse-html",
"description": "WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js",
"version": "2.2.3",
"author": "[email protected]",
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-benchmark": "^1.1.1",
"gulp-concat": "^2.6.0",
"gulp-download": "0.0.1",
"gulp-eslint": "^3.0.1",
"gulp-insert": "^0.5.0",
"gulp-install": "^0.6.0",
"gulp-jsdoc-to-markdown": "^1.1.1",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"through2": "^2.0.0"
},
"keywords": [
"html",
"parser",
"html5",
"WHATWG",
"specification",
"fast",
"html parser",
"html5 parser",
"htmlparser",
"parse5",
"serializer",
"html serializer",
"htmlserializer",
"sax",
"simple api",
"parse",
"tokenize",
"serialize",
"tokenizer"
],
"license": "MIT",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/kodefox/react-native-parse-html.git"
},
"scripts": {
"test": "gulp test"
},
"files": [
"lib"
],
"dependencies": {
"react-native-stream": "^0.1.0"
}
}