UNPKG

770 BJSONView Raw
1{
2 "name": "route-cache",
3 "version": "0.2.3",
4 "description": "express middleware for caching your routes",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha -R spec test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "http://github.com/bradoyler/route-cache.git"
12 },
13 "keywords": [
14 "middleware",
15 "express",
16 "cache",
17 "http-caching"
18 ],
19 "author": "Brad Oyler <bradoyler@gmail.com> (github.com/bradoyler)",
20 "license": "MIT",
21 "dependencies": {
22 "eidetic": "^0.3.1"
23 },
24 "devDependencies": {
25 "mocha": "~1.13.0",
26 "express": "~4.4.5",
27 "should": "2",
28 "supertest": "0.9.2"
29 },
30 "bugs": {
31 "url": "https://github.com/bradoyler/route-cache/issues"
32 },
33 "homepage": "https://github.com/bradoyler/route-cache"
34}