-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
54 lines (54 loc) · 1.11 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
{
"name": "mincer",
"version": "2.1.0",
"description": "Web assets processor. Native JavaScript port of Sprockets.",
"keywords": [
"sprockets",
"assets",
"minify",
"uglify",
"bundle",
"less",
"stylus"
],
"author": "Aleksey V Zapparov <ixti@member.fsf.org> (http://ixti.net/)",
"license": "MIT",
"repository": "js-kyle/mincer",
"bin": {
"mincer": "bin/mincer.js"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"argparse": "^1.0.2",
"compressible": "^2.0.2",
"hike": "^1.0.0",
"lodash": "4.17.19",
"mimoza": "^1.0.0",
"mkdirp": "^0.5.1",
"pako": "^1.0.3",
"shellwords": "^0.1.0",
"source-map": "^0.5.3"
},
"devDependencies": {
"autoprefixer": "*",
"coffee-script": "*",
"connect": "*",
"csso": "*",
"csswring": "6.0.3",
"ejs": "*",
"eslint": "6.0.1",
"jade": "*",
"less": "*",
"mocha": "6.1.4",
"ndoc": "^5.0.1",
"node-sass": "*",
"postcss": "*",
"pug": "^2.0.0-beta6",
"sinon": "^1.12.2",
"stylus": "*",
"supertest": "^4.0.2",
"uglify-js": "^2.0.0"
}
}