forked from jmrocela/munchjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.39 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "munch",
"description": "Munch.js is a utility that rewrites classes and ids in CSS, HTML, and JavaScript files in order to save precious bytes and obfuscate your code.",
"version": "1.0.0",
"author": {
"name": "John Rocela",
"url": "http://iamjamoy.com/"
},
"homepage": "http://jmrocela.github.io/munchjs",
"repository": {
"type": "git",
"url": "git://github.com/jmrocela/munchjs.git"
},
"bugs": {
"url": "http://github.com/jmrocela/munchjs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jmrocela/munchjs/blob/master/LICENSE-MIT"
}
],
"preferGlobal": true,
"bin": {
"munch": "./bin/munch"
},
"main": "munch",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "vows --spec"
},
"keywords": [
"munch",
"munch html",
"munch js",
"munch javascript",
"munch css",
"html",
"js",
"css",
"optimize",
"minify",
"obfuscate"
],
"dependencies": {
"glob": "~3.2.1",
"optimist": "~0.5.0",
"hashids": "~0.1.4",
"css-parse": "~1.3.0",
"jquery": "~1.8.3",
"jsdom": "~0.6.5",
"cli-color": "~0.2.2"
},
"devDependencies": {
"vows": "~0.7.0"
},
"contributors": [
{
"name": "John Rocela",
"url": "http://iamjamoy.com/"
}
],
"readmeFilename": "README.md",
"_id": "munch@1.0.0",
"_from": "munch"
}