flux-store
Version:
A simple store for Flux.
35 lines (34 loc) • 842 B
JSON
{
"name": "flux-store",
"version": "1.2.4",
"description": "A simple store for Flux.",
"main": "index.js",
"scripts": {
"test": "lab -c -L",
"test-cover": "lab -c -r html -o ./test/artifacts/coverage.html && open ./test/artifacts/coverage.html"
},
"repository": {
"type": "git",
"url": "https://github.com/jedireza/flux-store"
},
"keywords": [
"flux",
"store",
"react"
],
"author": "Reza Akhavan <jedireza@gmail.com> (http://reza.akhavan.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jedireza/flux-store/issues"
},
"homepage": "https://github.com/jedireza/flux-store",
"dependencies": {
"object-assign": "4.x.x"
},
"devDependencies": {
"code": "3.x.x",
"eslint-config-hapi": "10.x.x",
"eslint-plugin-hapi": "4.x.x",
"lab": "11.x.x"
}
}