UNPKG

mayor-model-cache

Version:

A nuclear-js module provides a cache for your models

53 lines (52 loc) 1.38 kB
{ "name": "mayor-model-cache", "version": "0.1.0", "description": "A nuclear-js module provides a cache for your models", "main": "lib/index.js", "scripts": { "clean": "rm -rf lib coverage", "test": "./node_modules/mocha/bin/_mocha --reporter landing --compilers js:babel-core/register", "test:watch": "npm test -- --watch", "build:lib": "./node_modules/.bin/babel ./src --out-dir ./lib", "build": "npm run build:lib", "prepublish": "npm run clean && npm run build", "postpublish": "npm run clean" }, "author": "usirin", "license": "MIT", "devDependencies": { "babel": "^6.0.14", "babel-cli": "^6.1.2", "babel-core": "^6.0.14", "babel-preset-es2015": "^6.0.14", "babel-preset-stage-0": "^6.1.2", "chai": "^3.4.0", "mayor-dispatch": "^0.1.1", "mocha": "^2.3.3", "nuclear-js": "^1.2.1" }, "dependencies": { "invariant": "^2.1.2", "lodash.isarray": "^3.0.4", "lodash.isobject": "^3.0.2" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git://github.com/usirin/mayor-model-cache.git" }, "keywords": [ "mayor", "model", "cache", "flux", "module", "store" ], "bugs": { "url": "https://github.com/usirin/mayor-model-cache/issues" }, "homepage": "https://github.com/usirin/mayor-model-cache#readme" }