-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
41 lines (41 loc) · 1014 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
39
40
41
{
"name": "documentify",
"description": "Modular HTML bundler",
"repository": "stackhtml/documentify",
"version": "3.2.3",
"bin": "./bin.js",
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"start": "node .",
"test": "standard && npm run deps && node test/index.js"
},
"dependencies": {
"@choojs/findup": "^0.2.0",
"ansi-escape-sequences": "^3.0.0",
"async-collection": "^1.0.1",
"fast-json-parse": "^1.0.2",
"from2-string": "^1.1.0",
"inherits": "^2.0.3",
"labeled-stream-splicer": "^2.0.0",
"pump": "^3.0.0",
"readable-stream": "^3.0.0",
"resolve": "^1.4.0",
"subarg": "^1.0.0"
},
"devDependencies": {
"assert-html": "^1.1.5",
"concat-stream": "^2.0.0",
"dedent": "^0.7.0",
"dependency-check": "^2.9.1",
"hyperstream": "^1.2.2",
"standard": "^14.3.3",
"tape": "^5.0.0"
},
"keywords": [
"html",
"document",
"transform",
"stream"
],
"license": "MIT"
}