-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
52 lines (52 loc) · 1.12 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
{
"name": "connect-compiler",
"version": "0.1.3",
"description": "Dynamically recompile stale assets",
"homepage": "http://dsc.github.com/connect-compiler",
"keywords": [
"connect",
"middleware",
"compiler",
"development",
"coffee-script",
"coco",
"jade",
"stylus",
"less",
"css",
"minify"
],
"author": "David Schoonover (dsc@less.ly) <http://less.ly>",
"main": "./compiler",
"dependencies": {
"seq": "https://github.com/dsc/node-seq/tarball/master"
},
"devDependencies": {
"express": ">= 2.5.8",
"coco": ">= 0.7.0",
"coffee-script": ">= 1.2.0",
"LiveScript": ">= 1.1.0",
"jade": ">= 0.20.3",
"handlebars": ">= 1.0.0",
"stylus": ">= 0.24.0",
"nib": ">= 0.3.2",
"less": ">= 1.2.2",
"jison": ">= 0.3.2",
"js-yaml": ">= 0.2.3",
"expresso": ">= 0.9.2"
},
"scripts": {
"test": "expresso"
},
"repository": {
"type": "git",
"url": "git://github.com/dsc/connect-compiler.git"
},
"bugs": {
"url": "http://github.com/dsc/connect-compiler/issues"
},
"engine": {
"node": ">=0.6.0"
},
"license": "MIT"
}