forked from blowsie/Pure-JavaScript-HTML5-Parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 686 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 686 Bytes
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
{
"name": "neutron-html5parser",
"author": "munawwar",
"description": "Small Pure-JS HTML5 Parser",
"version": "0.2.0",
"main": "htmlparser.js",
"dependencies": {},
"devDependencies": {
"htmlparser-benchmark": "^1.1.3",
"jsdom": "9.5.0",
"mocha": "3.0.2"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/Munawwar/neutron-html5parser"
},
"keywords": [
"html parser"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Munawwar/neutron-html5parser/issues"
},
"homepage": "https://github.com/Munawwar/neutron-html5parser"
}