-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 733 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
{
"name": "html2idom",
"version": "0.1.0",
"description": "parse a string of html into incremental dom",
"main": "index.js",
"scripts": {
"build-tests": "browserify test/test.js -o test/dist/test.js && browserify test/test-light.js -o test/dist/test-light.js"
},
"author": "eric.ponto@gmail.com",
"license": "ISC",
"directories": {
"test": "test"
},
"dependencies": {
"html-parse-stringify": "^1.0.2",
"htmlparser2": "^3.9.2",
"incremental-dom": "^0.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ericponto/html2IDOM.git"
},
"bugs": {
"url": "https://github.com/ericponto/html2IDOM/issues"
},
"homepage": "https://github.com/ericponto/html2IDOM"
}