UNPKG

meteor-reactive-cache

Version:
64 lines (63 loc) 1.51 kB
{ "name": "meteor-reactive-cache", "version": "1.0.2", "description": "Utilities for caching reactive data", "main": "dist/index.js", "scripts": { "prepublish": "./node_modules/.bin/babel src -d dist", "lint": "./node_modules/.bin/eslint src", "copy": "npm link && cd tests && npm link meteor-reactive-cache", "test": "npm run copy && cd tests && TEST_BROWSER_DRIVER=nightmare meteor test -p 3100 --once --driver-package meteortesting:mocha" }, "repository": { "type": "git", "url": "git+https://github.com/maxnowack/meteor-reactive-cache.git" }, "author": "Max Nowack <max@unsou.de>", "license": "MIT", "bugs": { "url": "https://github.com/maxnowack/meteor-reactive-cache/issues" }, "homepage": "https://github.com/maxnowack/meteor-reactive-cache#readme", "files": [ "dist" ], "keywords": [ "caching", "meteor", "react", "reactivity", "tracker" ], "babel": { "presets": [ "es2015" ] }, "eslintConfig": { "extends": [ "airbnb-base" ], "parser": "babel-eslint", "rules": { "no-param-reassign": [ 2, { "props": false } ] } }, "devDependencies": { "babel-cli": "6.24.1", "babel-core": "6.25.0", "babel-eslint": "7.2.3", "babel-preset-es2015": "6.24.1", "eslint": "4.3.0", "eslint-config-airbnb-base": "11.3.1", "eslint-plugin-import": "2.7.0" }, "dependencies": { "meteor-globals": "1.1.1" } }