forked from sergeche/html-transform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 864 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
{
"name": "html-transform",
"version": "2.0.1",
"description": "Transforms given HTML files at DOM level",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"author": "Sergey Chikuyonok <[email protected]>",
"license": "ISC",
"dependencies": {
"crc": "^3.2.1",
"domelementtype": "^1.3.0",
"domhandler": "^2.3.0",
"entities": "^1.1.1",
"file-stats": "github:sergeche/file-stats#v1.0.0",
"htmlparser2": "^3.9.0"
},
"devDependencies": {
"del": "^1.2.0",
"mocha": "^2.2.1",
"vinyl-fs": "^2.4.3"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/sergeche/html-transform.git"
},
"bugs": {
"url": "https://github.com/sergeche/html-transform/issues"
},
"homepage": "https://github.com/sergeche/html-transform"
}