-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.01 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.01 KB
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
42
43
44
45
46
47
48
{
"name": "packagify-html",
"version": "0.0.7",
"description": "Packagify your html!",
"homepage": "http://github.com/RpprRoger/packagify",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rel": "node scripts/publish.js --verbose"
},
"repository": {
"type": "git",
"url": "git@github.com:RpprRoger/packagify.git"
},
"bugs": {
"url": "https://github.com/rpprroger/packagify/issues"
},
"bin": {
"packagify": "bin/bin.js"
},
"keywords": [
"inline",
"shrink",
"minify",
"html",
"in-line",
"uglify",
"scrape",
"webpage",
"package",
"packigify",
"packagify"
],
"author": {
"name": "Robert Preus-MacLaren",
"email": "rpprroger@gmail.com",
"url": "http://github.com/RpprRoger"
},
"license": "GPL",
"dependencies": {
"clean-css": "^2.2.2",
"readable-stream": "^1.0.27-1",
"request": "^2.37.0",
"subarg": "0.0.1",
"trumpet": "^1.6.4",
"uglify-js": "^2.4.14"
}
}