-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 918 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": "@nicholasadamou/storage",
"version": "1.0.5",
"description": "A small function that emits events in the same page and tab that sessionStorage and localStorage are changed in.",
"main": "index.js",
"reveal": true,
"scripts": {
"build": "babel ./src/index.js -o ./index.js",
"test": "echo \"Error: no test specified\" && exit 0",
"publish:npm": "npx yarn build"
},
"repository": {
"type": "git",
"url": "https://github.com/nicholasadamou/storage.git"
},
"keywords": [
"localStorage",
"sessionStorage",
"storage"
],
"author": {
"name": "Nicholas Adamou",
"email": "nicholasadamouemail@gmail.com",
"url": "https://github.com/nicholasadamou"
},
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.51",
"@babel/core": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"babel-preset-minify": "^0.4.3"
}
}