forked from js-kyle/mincer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (26 loc) · 1.31 KB
/
package.json
File metadata and controls
30 lines (26 loc) · 1.31 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
{
"name" : "mincer",
"version" : "0.4.3",
"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 <ixti@member.fsf.org> (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" : {
"hike" : "~ 0.1.1",
"types" : "~ 0.1.0",
"mimoza" : "~ 0.1.0",
"argparse" : "~ 0.1.3",
"fs-tools" : "~ 0.2.2",
"async" : "~ 0.1.22",
"underscore" : "~ 1.3.3",
"shellwords" : "~ 0.1.0"
},
"devDependencies" : { "mocha": "~> 1.3.0" },
"engines" : { "node": ">= 0.6.0" }
}