-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 895 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
31
32
33
{
"name": "@svedova/storage",
"version": "1.1.2",
"description": "Storage wrappers for localStorage and sessionStorage",
"main": "bundle.js",
"scripts": {
"build": "rollup -c",
"test": "jest",
"prepublishOnly": "git pull && npm run build && npm version patch -m \"Upgrade package %s\" && git push"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/svedova/storage.git"
},
"keywords": [
"storage",
"javascript"
],
"author": "Savas Vedova <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/svedova/storage/issues"
},
"homepage": "https://github.com/svedova/storage#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"jest": "^22.2.2",
"rollup": "^0.55.5",
"rollup-plugin-babel": "^3.0.3"
}
}