-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 814 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": "juice-pack",
"version": "0.1.6",
"description": "A lightweight HTML partial compiler for web designers.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hongyanh/juice-pack.git"
},
"keywords": [
"juice",
"pack",
"HTML",
"partial",
"compiler",
"web",
"template"
],
"author": "Yan Hong",
"license": "MIT",
"bugs": {
"url": "https://github.com/hongyanh/juice-pack/issues"
},
"homepage": "https://github.com/hongyanh/juice-pack#readme",
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.9.0",
"mkdirp": "^0.5.1",
"node-watch": "^0.4.0",
"pretty":"2.0.0"
},
"bin": {
"juice-pack": "./main.js"
}
}