connect-cachify/package.json

23 строки
545 B
JSON

{
"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/mozilla/connect-cachify",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/connect-browserid.git"
},
"main": "index",
"engines": {
"node": ">=0.4.7"
},
"dependencies": {
"underscore": ">=1.3.1"
},
"devDependencies": {
"nodeunit": ">=0.6.4",
"step": ">=0.0.5"
}
}