Commit f84ab8e 1 parent 3660ff4 commit f84ab8e Copy full SHA for f84ab8e
File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 19
19
- GitHub site with introduction, documentation.
20
20
- examples:
21
21
- simple usage
22
- - with connect
23
- - with express
22
+ - with ` connect `
23
+ - with ` express `
24
24
- recursive compiling (CommonJS, Uglify; @wraps )
25
25
- custom compilers
26
26
- extending an existing compiler
Original file line number Diff line number Diff line change 8
8
main : './compiler'
9
9
dependencies :
10
10
'seq' : 'https://github.com/dsc/node-seq/tarball/master'
11
- # 'seq' : '>= 0.3.5'
11
+ # 'seq' : '>= 0.3.5'
12
12
devDependencies :
13
- 'expresso' : '>= 0.9.2'
14
13
'express' : '>= 2.5.8'
15
14
'coco' : '>= 0.7.0'
16
15
'coffee-script' : '>= 1.2.0'
@@ -19,9 +18,10 @@ devDependencies :
19
18
'nib' : '>= 0.3.2'
20
19
'less' : '>= 1.2.2'
21
20
'jison' : '>= 0.3.2'
21
+ 'expresso' : '>= 0.9.2'
22
22
scripts : test:'expresso'
23
23
24
24
repository : type:'git', url:'git://github.com/dsc/connect-compiler.git'
25
25
bugs : url:'http://github.com/dsc/connect-compiler/issues'
26
- engine : node : '>=0.4 .0'
26
+ engine : node : '>=0.6 .0'
27
27
license : 'MIT'
Original file line number Diff line number Diff line change 22
22
"seq" : " https://github.com/dsc/node-seq/tarball/master"
23
23
},
24
24
"devDependencies" : {
25
- "expresso" : " >= 0.9.2" ,
26
25
"express" : " >= 2.5.8" ,
27
26
"coco" : " >= 0.7.0" ,
28
27
"coffee-script" : " >= 1.2.0" ,
29
28
"jade" : " >= 0.20.3" ,
30
29
"stylus" : " >= 0.24.0" ,
31
30
"nib" : " >= 0.3.2" ,
32
31
"less" : " >= 1.2.2" ,
33
- "jison" : " >= 0.3.2"
32
+ "jison" : " >= 0.3.2" ,
33
+ "expresso" : " >= 0.9.2"
34
34
},
35
35
"scripts" : {
36
36
"test" : " expresso"
43
43
"url" : " http://github.com/dsc/connect-compiler/issues"
44
44
},
45
45
"engine" : {
46
- "node" : " >=0.4 .0"
46
+ "node" : " >=0.6 .0"
47
47
},
48
48
"license" : " MIT"
49
49
}
You can’t perform that action at this time.
0 commit comments