-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
35 lines (35 loc) · 901 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
34
35
{
"name": "NotifyMe",
"version": "1.0.1",
"description": "NotifyMe enables you to create web notifications pretty easily - \"Just Call me and Launch!!\"",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jscs": "^1.6.0",
"gulp-jscs-stylish": "^1.1.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/shivkumarganesh/Notifications.git"
},
"keywords": [
"Notification",
"Web",
"Notification",
"Notify",
"JavaScript"
],
"author": "Shiv Kumar Ganesh",
"license": "ISC",
"bugs": {
"url": "https://github.com/shivkumarganesh/Notifications/issues"
},
"homepage": "https://github.com/shivkumarganesh/Notifications"
}