2012-02-09 03:04:27 +04:00
|
|
|
{
|
|
|
|
"author": "Austin King <shout@ozten.com> (http://ozten.com)",
|
|
|
|
"name": "connect-cachify",
|
|
|
|
"description": "Connect middleware to provide easy frontend caching.",
|
|
|
|
"version": "0.0.1",
|
2012-02-11 21:01:50 +04:00
|
|
|
"homepage": "http://github.com/mozilla/connect-cachify",
|
2012-02-09 03:04:27 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2012-02-11 21:01:50 +04:00
|
|
|
"url": "https://github.com/mozilla/connect-browserid.git"
|
2012-02-09 03:04:27 +04:00
|
|
|
},
|
|
|
|
"main": "index",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.4.7"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2012-02-10 02:40:30 +04:00
|
|
|
"underscore": ">=1.3.1"
|
2012-02-09 03:04:27 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2012-02-11 05:09:40 +04:00
|
|
|
"nodeunit": ">=0.6.4",
|
|
|
|
"step": ">=0.0.5"
|
2012-02-09 03:04:27 +04:00
|
|
|
}
|
|
|
|
}
|