-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 846 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
{
"name": "html-partials-compiler",
"version": "1.0.7",
"description": "Easily build a static html file by including html partials",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Tecktron/html-partials-compiler.git"
},
"keywords": [
"static",
"html",
"compile",
"concat",
"include",
"import",
"partials",
"replace",
"build",
"web"
],
"author": "Tecktron",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tecktron/html-partials-compiler/issues"
},
"homepage": "https://github.com/Tecktron/html-partials-compiler#readme",
"bin": {
"html-partials-compiler": "./index.js"
},
"dependencies": {
"commander": "^2.9.0"
}
}