showcar-storage
Version:
This module provides an abstraction layer for storing information on the client-side.
44 lines (43 loc) • 1.23 kB
JSON
{
"name": "showcar-storage",
"version": "1.1.1",
"description": "This module provides an abstraction layer for storing information on the client-side.",
"main": "src/storage.js",
"repository": {
"type": "git",
"url": "git+https://github.com/autoscout24/showcar-storage.git"
},
"keywords": [
"showcar",
"storage"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/autoscout24/showcar-storage/issues"
},
"homepage": "https://github.com/autoscout24/showcar-storage#readme",
"devDependencies": {
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-uglify": "^0.10.0",
"grunt-jsdoc": "^1.1.0",
"grunt-karma": "^0.12.1",
"grunt-webpack": "^1.0.11",
"jasmine-core": "^2.3.4",
"jsdoc": "^3.4.0",
"karma": "^0.13.11",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.2.2",
"karma-mocha-reporter": "^1.1.1",
"karma-safari-launcher": "^0.1.1",
"karma-webpack": "^1.7.0",
"load-grunt-tasks": "^3.3.0",
"minami": "^1.1.1",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
}
}