electron-storage
Version:
module for managing storage in electron applications
43 lines (42 loc) • 1.07 kB
JSON
{
"name": "electron-storage",
"version": "1.0.7",
"description": "module for managing storage in electron applications",
"main": "dist/index.js",
"scripts": {
"test": "electron-mocha --recursive tests -R spec && electron-mocha --renderer --recursive tests -R spec",
"lint": "eslint ./src/**/*.js; exit 0",
"build": "gulp"
},
"homepage": "https://github.com/ran-y/electron-storage",
"repository": {
"type": "git",
"url": "git@github.com:ran-y/electron-storage.git"
},
"keywords": [
"electron",
"storage",
"json",
"get",
"set",
"isPathExists"
],
"author": "Ran yitzhaki",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"electron-mocha": "^2.3.1",
"electron-prebuilt": "^1.4.10",
"eslint": "^2.9.1",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.10.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"proxyquire": "^1.7.10"
},
"dependencies": {
"mkdirp": "^0.5.1",
"rimraf": "^2.5.4"
}
}