UNPKG

nuclear-entity-cache

Version:

A simple nuclear.js cache module that can be used as a centralized cache for entities.

49 lines (48 loc) 1.4 kB
{ "name": "nuclear-entity-cache", "version": "0.1.0", "description": "A simple nuclear.js cache module that can be used as a centralized cache for entities.", "main": "lib/index.js", "scripts": { "clean": "rm -rf lib coverage", "test": "./node_modules/mocha/bin/_mocha --reporter spec --compilers js:babel-core/register", "test:watch": "npm test -- --watch", "build:lib": "babel ./src --out-dir ./lib", "build": "npm run build:lib", "prepublish": "npm run clean && npm run build", "postpublish": "npm run clean" }, "author": "Umut Sirin <umutsirin1@gmail.com>", "license": "MIT", "dependencies": { "invariant": "^2.2.0", "lodash.isobject": "^3.0.2", "nuclear-js": "^1.2.1", "nuclear-module": "^0.4.0", "simple-interface": "^0.1.1" }, "devDependencies": { "babel": "^6.3.26", "babel-cli": "^6.3.17", "babel-core": "^6.3.26", "babel-preset-es2015": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "expect": "^1.13.4", "mocha": "^2.3.4" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/usirin/nuclear-entity-cache.git" }, "keywords": [ "nuclear-js", "module" ], "bugs": { "url": "https://github.com/usirin/nuclear-entity-cache/issues" }, "homepage": "https://github.com/usirin/nuclear-entity-cache#readme", "directories": { "test": "test" } }