UNPKG

@samsch/subscribe-store

Version:
35 lines (34 loc) 848 B
{ "name": "@samsch/subscribe-store", "version": "4.0.0", "description": "A simple subscribable store factory", "main": "lib/store.js", "scripts": { "build": "rm -rf lib && babel -d lib/ src/ --ignore spec.js,test.js", "prepublish": "npm run build", "test": "jest" }, "keywords": [ "store", "subscribable", "samsch", "observable", "update" ], "author": "Samuel Scheiderich", "homepage": "https://github.com/samsch/subscribe-store", "repository": { "type": "git", "url": "https://github.com/samsch/subscribe-store.git" }, "license": "0BSD", "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.0", "eslint": "^4.7.1", "eslint-config-prettier": "^2.5.0", "eslint-plugin-prettier": "^2.3.1", "jest": "^21.1.0", "prettier": "^1.7.0" } }