fv-store
Version:
Fast and simple key = value storage
33 lines (32 loc) • 797 B
JSON
{
"name": "fv-store",
"version": "1.0.11",
"description": "Fast and simple key = value storage",
"main": "src/index.js",
"scripts": {
"dev": "./node_modules/webpack/bin/webpack.js --watch",
"build": "./node_modules/webpack/bin/webpack.js",
"prepublish": "./node_modules/babel-cli/bin/babel.js src/ -d build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"store",
"state",
"fv",
"finervision",
"finer",
"vision"
],
"repository": {
"type": "git",
"url": "https://github.com/finer-vision/Store"
},
"author": "Finer Vision",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1"
}
}