UNPKG

779 BJSONView Raw
1{
2 "name": "node-cache",
3 "description": "Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.",
4 "keywords": [ "cache", "caching", "local", "variable", "multi", "memory", "internal", "node", "memcached", "object" ],
5 "tags": [ "cache", "caching", "local", "variable", "multi", "memory", "internal", "node", "memcached", "object" ],
6 "version": "1.1.0",
7 "author": "tcs-de <github@tcs.de>",
8 "main": "./index.js",
9 "homepage": "https://github.com/tcs-de/nodecache",
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/tcs-de/nodecache.git"
13 },
14 "engines": {
15 "node": ">= 0.4.6"
16 },
17 "scripts":{
18 "test": "expresso test/node_cache-test.js"
19 },
20 "dependencies": {
21 "underscore": "*"
22 },
23 "devDependencies": {
24 "expresso": "0.9.2"
25 }
26}
\No newline at end of file