package.json
 1  {
 2    "name": "fragment-cache",
 3    "description": "A cache for managing namespaced sub-caches",
 4    "version": "0.2.1",
 5    "homepage": "https://github.com/jonschlinkert/fragment-cache",
 6    "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
 7    "repository": "jonschlinkert/fragment-cache",
 8    "bugs": {
 9      "url": "https://github.com/jonschlinkert/fragment-cache/issues"
10    },
11    "license": "MIT",
12    "files": [
13      "index.js"
14    ],
15    "main": "index.js",
16    "engines": {
17      "node": ">=0.10.0"
18    },
19    "scripts": {
20      "test": "mocha"
21    },
22    "dependencies": {
23      "map-cache": "^0.2.2"
24    },
25    "devDependencies": {
26      "gulp": "^3.9.1",
27      "gulp-eslint": "^3.0.1",
28      "gulp-format-md": "^0.1.11",
29      "gulp-istanbul": "^1.1.1",
30      "gulp-mocha": "^3.0.1",
31      "mocha": "^3.2.0"
32    },
33    "keywords": [
34      "cache",
35      "fragment"
36    ],
37    "verb": {
38      "plugins": [
39        "gulp-format-md"
40      ],
41      "reflinks": [
42        "map-cache",
43        "verb"
44      ],
45      "related": {
46        "list": [
47          "base",
48          "map-cache"
49        ]
50      },
51      "layout": "default",
52      "toc": false,
53      "tasks": [
54        "readme"
55      ],
56      "lint": {
57        "reflinks": true
58      }
59    }
60  }