forked from browniefed/htmlparser2-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 704 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 704 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
{
"name": "react-htmlparser2",
"version": "0.1.0",
"description": "Convert raw html to react DOM components",
"keywords": [
"react",
"htmlparser2",
"react-component"
],
"main": "htmlparser2-react.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jason Brown",
"license": "MIT",
"dependencies": {
"htmlparser2": "^3.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/browniefed/htmlparser2-react.git"
},
"homepage": "http://github.com/browniefed/htmlparser2-react",
"github": "http://github.com/browniefed/htmlparser2-react",
"bugs": "http://github.com/browniefed/htmlparser2-react/issues"
}