UNPKG

ya-storage

Version:

yet another module for managing json storage

40 lines (39 loc) 896 B
{ "name": "ya-storage", "version": "1.0.3", "description": "yet another module for managing json storage", "main": "dist/index.js", "scripts": { "test": "gulp; mocha --recursive tests -R spec", "lint": "eslint ./src/**/*.js; exit 0", "build": "gulp" }, "homepage": "https://github.com/ran-y/ya-storage", "repository": { "type": "git", "url": "git@github.com:ran-y/ya-storage.git" }, "keywords": [ "storage", "json", "get", "set", "isPathExists" ], "author": "Ran yitzhaki", "license": "MIT", "devDependencies": { "babel-preset-es2015": "^6.9.0", "chai": "^3.5.0", "eslint": "^3.0.0", "eslint-config-airbnb-base": "^3.0.1", "eslint-plugin-import": "^1.10.2", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "mocha": "^2.5.3" }, "dependencies": { "mkdirp": "^0.5.1", "rimraf": "^2.5.3" } }