-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 987 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@curveballerpacks/storage-manager",
"version": "2.0.0",
"description": "a class providing functionality to interact with browsers' Storage object (sessionStorage and localStorage)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preversion": "jsdoc index.js -c ./node_modules/ink-docstrap/template/jsdoc.conf.json -t ./node_modules/ink-docstrap/template -d ./docs -R README.md && git add -A",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xcurveballx/storage-manager.git"
},
"keywords": [
"storage",
"sessionStorage",
"localStorage"
],
"author": "curveball",
"license": "MIT",
"bugs": {
"url": "https://github.com/xcurveballx/storage-manager/issues"
},
"homepage": "https://github.com/xcurveballx/storage-manager#readme",
"devDependencies": {
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.2"
}
}