connect-cachify/package.json

22 строки
518 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",
"homepage": "http://github.com/ozten/connect-cachify",
"repository": {
"type": "git",
"url": "https://github.com/ozten/connect-browserid.git"
},
"main": "index",
"engines": {
"node": ">=0.4.7"
},
"dependencies": {
"underscore": ">=1.3.1"
2012-02-09 03:04:27 +04:00
},
"devDependencies": {
2012-02-11 00:20:42 +04:00
"nodeunit": ">=0.6.4"
2012-02-09 03:04:27 +04:00
}
}