-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 971 Bytes
/
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
{
"name": "node-jade-compress",
"version": "0.0.17",
"description": "An asynchronous JS/CSS compressor with CoffeeScript and Sass support.",
"main": "index.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dmauro/node-jade-compress.git"
},
"keywords": [
"Compress",
"Jade",
"Coffee",
"CoffeeScript",
"SASS",
"scsss",
"compressor"
],
"dependencies": {
"node-sass": "0.5.x",
"connect" : "2.3.2",
"cron": "1.0.x",
"express" : "2.5.1",
"mime" : "1.2.4",
"uglify-js" : "1.1.1",
"sqwish" : "0.2.0",
"mkdirp" : "0.3.x"
},
"peerDependencies": {
"coffee-script" : "1.x",
"jade": "0.x"
},
"devDependencies": {
"mocha": "1.7.x",
"should": "1.2.x",
"zombie": "2.x.x",
"coffee-script" : "1.x",
"jade": "<= 1.11.x"
},
"author": "David Mauro",
"license": "BSD"
}