forked from js-kyle/mincer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.34 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
{
"name": "mincer",
"version": "1.2.4",
"description": "Web assets processor. Native JavaScript port of Sprockets.",
"keywords": [
"sprockets",
"assets",
"minify",
"uglify",
"bundle",
"less",
"stylus"
],
"homepage": "https://github.com/nodeca/mincer",
"author": "Aleksey V Zapparov <[email protected]> (http://ixti.net/)",
"bugs": {
"url": "https://github.com/nodeca/mincer/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/nodeca/mincer/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "git://github.com/nodeca/mincer.git"
},
"main": "./index.js",
"bin": {
"mincer": "bin/mincer.js"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"argparse": "~ 0.1.16",
"compressible": "^ 2.0.2",
"fs-tools": "~ 0.2.11",
"hike": "~ 1.0.0",
"lodash": "~ 2.4.1",
"mimoza": "~ 1.0.0",
"pako": "~ 0.2.5",
"shellwords": "~ 0.1.0",
"source-map": "~ 0.1.40"
},
"devDependencies": {
"autoprefixer-core": "*",
"coffee-script": "*",
"connect": "*",
"csso": "*",
"csswring": "*",
"ejs": "~ 1.*",
"eslint": "0.10.2",
"eslint-plugin-nodeca": "~1.0.3",
"jade": "*",
"less": "*",
"node-sass": "*",
"mocha": "*",
"sinon": "^1.12.2",
"stylus": "*",
"uglify-js": "*"
}
}