connect-cachify/package.json

23 строки
545 B
JSON
Исходник Обычный вид История

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": {
"underscore": ">=1.3.1"
2012-02-09 03:04:27 +04:00
},
"devDependencies": {
"nodeunit": ">=0.6.4",
"step": ">=0.0.5"
2012-02-09 03:04:27 +04:00
}
}