connect-cachify/package.json

37 строки
934 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.",
2012-02-11 21:57:38 +04:00
"keywords": ["cache", "HTTP", "expires", "asset", "max-age", "caching"],
2014-05-09 19:59:07 +04:00
"version": "0.0.16",
2012-02-11 21:01:50 +04:00
"homepage": "http://github.com/mozilla/connect-cachify",
"licenses": [{
"type": "MPL2",
"url": "https://github.com/mozilla/connect-cachify/blob/master/LICENSE"
}],
2012-02-09 03:04:27 +04:00
"repository": {
"type": "git",
2012-02-11 21:57:38 +04:00
"url": "https://github.com/mozilla/connect-cachify.git"
},
2014-05-09 19:59:07 +04:00
"bugs": {
2012-02-11 21:57:38 +04:00
"url": "https://github.com/mozilla/connect-cachify/issues"
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": {
2012-10-25 00:18:37 +04:00
"ejs": "0.6.1",
2012-02-16 03:04:50 +04:00
"express": "2.5.8",
2012-10-25 00:18:37 +04:00
"nodeunit": ">=0.6.4",
"shelljs": "0.0.8",
"step": ">=0.0.5"
2012-02-16 02:36:58 +04:00
},
"scripts": {
"test": "nodeunit test"
2012-02-09 03:04:27 +04:00
}
}