-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
38 lines (38 loc) · 811 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
36
37
38
{
"name": "simple-html-index",
"version": "1.5.0",
"description": "a simple HTML index through stream",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"from2-string": "^1.1.0"
},
"devDependencies": {
"concat-stream": "^1.5.0",
"tape": "^4.0.0"
},
"scripts": {
"test": "node test.js"
},
"keywords": [
"through",
"stream",
"index",
"html",
"page",
"default"
],
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/simple-html-index.git"
},
"homepage": "https://github.com/mattdesl/simple-html-index",
"bugs": {
"url": "https://github.com/mattdesl/simple-html-index/issues"
}
}