-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.06 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.06 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
49
50
{
"name": "connect-mincer",
"version": "1.1.0",
"description": "Connect middleware for Mincer (a JavaScript port of Sprockets).",
"keywords": [
"sprockets",
"connect",
"middleware",
"mincer",
"assets"
],
"homepage": "https://github.com/clarkdave/connect-mincer",
"author": "Dave Clark <me@clarkdave.net>",
"bugs": {
"url": "https://github.com/clarkdave/connect-mincer/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/clarkdave/connect-mincer"
},
"main": "./lib/connect_mincer.js",
"dependencies": {
"mincer": "^1.3.0",
"underscore": "1.4.x"
},
"devDependencies": {
"async": "*",
"chai": "*",
"cheerio": "*",
"coffee-script": "1.4.x",
"connect": "*",
"csso": "*",
"ejs": "*",
"express": "^4.13.3",
"less": "*",
"mocha": "1.8.x",
"nib": "*",
"should": "*",
"sinon": "1.6.x",
"stylus": "*",
"supertest": "*",
"uglify-js": "*",
"underscore": "*",
"wrench": "*"
},
"engines": {
"node": ">= 0.6.0"
}
}