31 lines
626 B
JSON
31 lines
626 B
JSON
{
|
|
"name": "cluster-memdb",
|
|
"version": "1.0.4",
|
|
"description": "key-value memory database for single process application and cluster application",
|
|
"main": "dist/index.js",
|
|
"types": "typings/index.d.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kangkang520/cluster-memdb.git"
|
|
},
|
|
"keywords": [
|
|
"memdb",
|
|
"cluster",
|
|
"memcache",
|
|
"memory",
|
|
"database",
|
|
"db",
|
|
"cache",
|
|
"share",
|
|
"message"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^10.12.10"
|
|
}
|
|
}
|