2018-07-12 19:32:20 +00:00
|
|
|
{
|
2018-07-13 20:23:40 +00:00
|
|
|
"name": "@pushrocks/smartcache",
|
2018-07-13 20:20:09 +00:00
|
|
|
"version": "1.0.4",
|
2018-07-12 19:32:20 +00:00
|
|
|
"private": false,
|
|
|
|
"description": "cache things in smart ways",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(tsrun test/test.ts)",
|
|
|
|
"build": "(npmts)"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-07-12 21:52:06 +00:00
|
|
|
"@gitzone/tsrun": "^1.1.2",
|
|
|
|
"@types/node": "^10.5.2",
|
|
|
|
"tapbundle": "^2.0.2"
|
2018-07-12 19:32:20 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@pushrocks/smartdelay": "^2.0.1",
|
|
|
|
"@pushrocks/smarterror": "^2.0.1",
|
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
|
|
"@pushrocks/smarttime": "^2.0.1",
|
|
|
|
"nodehash": "^1.0.4"
|
|
|
|
}
|
|
|
|
}
|