-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 914 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
{
"name": "compose-html",
"version": "0.5.8",
"description": "compose html by node ",
"main": "index.js",
"bin": "./bin/compose-html",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node bin/compose-html start --root demo",
"build": "node bin/compose-html build --output dist --root demo",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dongggcom/compose-html.git"
},
"keywords": [
"compose-html",
"html"
],
"author": "dongmin",
"license": "MIT",
"bugs": {
"url": "https://github.com/dongggcom/compose-html/issues"
},
"homepage": "https://github.com/dongggcom/compose-html#readme",
"dependencies": {
"commander": "^3.0.2",
"etag": "^1.8.1",
"fs-extra": "^9.0.1",
"lodash": "^4.17.15",
"mime": "^2.4.4",
"tcp-port-used": "^1.0.1"
}
}