This commit is contained in:
Ken McHugh 2014-04-15 13:14:18 +08:00
Родитель 8ae7c94a48
Коммит 9c219d1e19
1 изменённых файлов: 35 добавлений и 35 удалений

Просмотреть файл

@ -1,36 +1,36 @@
{
"author": "Austin King <shout@ozten.com> (http://ozten.com)",
"name": "connect-cachify",
"description": "Connect middleware to provide easy frontend caching.",
"keywords": ["cache", "HTTP", "expires", "asset", "max-age", "caching"],
"version": "0.0.15",
"homepage": "http://github.com/mozilla/connect-cachify",
"licenses": [{
"type": "MPL2",
"url": "https://github.com/mozilla/connect-cachify/blob/master/LICENSE"
}],
"repository": {
"type": "git",
"url": "https://github.com/mozilla/connect-cachify.git"
},
"bugs": {
"url": "https://github.com/mozilla/connect-cachify/issues"
},
"main": "index",
"engines": {
"node": ">=0.4.7"
},
"dependencies": {
"underscore": ">=1.3.1"
},
"devDependencies": {
"ejs": "0.6.1",
"express": "2.5.8",
"nodeunit": ">=0.6.4",
"shelljs": "0.0.8",
"step": ">=0.0.5"
},
"scripts": {
"test": "nodeunit test"
}
}
"author": "Austin King <shout@ozten.com> (http://ozten.com)",
"name": "connect-cachify",
"description": "Connect middleware to provide easy frontend caching.",
"keywords": ["cache", "HTTP", "expires", "asset", "max-age", "caching"],
"version": "0.0.16",
"homepage": "http://github.com/mozilla/connect-cachify",
"licenses": [{
"type": "MPL2",
"url": "https://github.com/mozilla/connect-cachify/blob/master/LICENSE"
}],
"repository": {
"type": "git",
"url": "https://github.com/mozilla/connect-cachify.git"
},
"bugs": {
"url": "https://github.com/mozilla/connect-cachify/issues"
},
"main": "index",
"engines": {
"node": ">=0.4.7"
},
"dependencies": {
"underscore": ">=1.3.1"
},
"devDependencies": {
"ejs": "0.6.1",
"express": "2.5.8",
"nodeunit": ">=0.6.4",
"shelljs": "0.0.8",
"step": ">=0.0.5"
},
"scripts": {
"test": "nodeunit test"
}
}