Skip to content

Commit

Permalink
Added cjsTemplate and switched to new dependency style
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Aug 12, 2010
1 parent f94a3d4 commit 7aaff76
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions package.json
Expand Up @@ -12,15 +12,22 @@
"persevere"
],
"mappings":{
"perstore": "jar:http://github.com/kriszyp/perstore/zipball/master!/lib/",
"commonjs-utils": "jar:http://github.com/kriszyp/commonjs-utils/zipball/master!/lib/",
"promised-io": "jar:http://github.com/kriszyp/promised-io/zipball/master!/lib/",
"patr": "jar:http://github.com/kriszyp/patr/zipball/master!/lib/",
"narwhal-lib": "jar:http://github.com/kriskowal/narwhal-lib/zipball/master!/lib/narwhal/",
"tunguska": "jar:http://github.com/kriszyp/tunguska/zipball/master!/lib/",
"jack": "jar:http://github.com/kriszyp/jack/zipball/master!/lib/jack/",
"jsgi-node": "jar:http://github.com/kriszyp/jsgi-node/zipball/master!/lib/",
"node-formidable": "jar:http://github.com/felixge/node-formidable/zipball/master!/lib/"
"perstore": "http://github.com/kriszyp/perstore/zipball/master",
"cjsTemplate": "http://github.com/dmachi/cjsTemplate/zipball/master",
"commonjs-utils": "http://github.com/kriszyp/commonjs-utils/zipball/master",
"promised-io": "http://github.com/kriszyp/promised-io/zipball/master",
"patr": "http://github.com/kriszyp/patr/zipball/master",
"narwhal-lib": {
"archive": "http://github.com/kriskowal/narwhal-lib/zipball/master",
"descriptor":{"directories":{"lib":"lib/narwhal"}}
},
"tunguska": "http://github.com/kriszyp/tunguska/zipball/master",
"jack": {
"archive": "http://github.com/kriszyp/jack/zipball/master",
"descriptor":{"directories":{"lib":"lib/jack"}}
},
"jsgi-node": "http://github.com/kriszyp/jsgi-node/zipball/master",
"node-formidable": "http://github.com/felixge/node-formidable/zipball/master"
},
"overlay": {
"narwhal": {
Expand Down

0 comments on commit 7aaff76

Please sign in to comment.