-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 902 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 902 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "html-browserify",
"version": "0.0.6",
"description": "Makes HTML files usuable as modules in Browserify",
"main": "index.js",
"scripts": {
"test": "mocha -u exports -R spec test/index"
},
"repository": {
"type": "git",
"url": "https://github.com/duckbox/html-browserify"
},
"author": {
"name": "Chris Grant",
"email": "duckbox38@gmail.com",
"url": "http://duckbox.net"
},
"bugs": {
"url": "https://github.com/duckbox/html-browserify/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/duckbox/html-browserify.git/blob/master/LICENSE-MIT"
}
],
"keywords": [
"browserify",
"html",
"v2",
"js",
"plugin",
"transform",
"browserify-transform"
],
"dependencies": {
"htmlclean": "^2.6.3",
"through": "^2.3.6"
},
"devDependencies": {
"chai": "^2.2.0"
}
}