-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.03 KB
/
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
34
35
36
37
38
39
40
{
"name": "notificationjs",
"version": "0.0.5",
"description": "JS library to show web notifications",
"main": "notificationJS.min.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"To test it, please open index.html on your browser\"",
"build": "npx google-closure-compiler --js=notificationJS.js --js_output_file=notificationJS.min.js --language_in=ECMASCRIPT_2018"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onmax/notificationJS.git"
},
"keywords": [
"js",
"library",
"web",
"notifications"
],
"author": {
"name": "Máximo J. García Martínez",
"email": "maximogarciamtnez@gmail.com",
"url": "https://github.com/onmax/"
},
"contributors": [
"Alberto Monterroso"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/onmax/notificationJS/issues"
},
"homepage": "https://github.com/onmax/notificationJS#readme",
"devDependencies": {},
"dependencies": {
"google-closure-compiler": "^20180716.0.1"
}
}