2018-07-12 19:32:20 +00:00
|
|
|
{
|
2018-07-13 20:23:40 +00:00
|
|
|
"name": "@pushrocks/smartcache",
|
2018-08-21 22:35:03 +00:00
|
|
|
"version": "1.0.8",
|
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": {
|
2018-08-19 19:19:23 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "(tsbuild)"
|
2018-07-12 19:32:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-08-19 19:19:23 +00:00
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
|
|
"@gitzone/tsrun": "^1.1.12",
|
|
|
|
"@gitzone/tstest": "^1.0.15",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.5",
|
|
|
|
"@types/node": "^10.7.1"
|
2018-07-12 19:32:20 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-08-19 19:19:23 +00:00
|
|
|
"@pushrocks/smartdelay": "^2.0.2",
|
2018-07-12 19:32:20 +00:00
|
|
|
"@pushrocks/smarterror": "^2.0.1",
|
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
2018-08-19 19:19:23 +00:00
|
|
|
"@pushrocks/smarttime": "^2.0.2",
|
2018-07-12 19:32:20 +00:00
|
|
|
"nodehash": "^1.0.4"
|
|
|
|
}
|
|
|
|
}
|