forked from jaywcjlove/iNotify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 833 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
36
{
"name": "title-notify",
"version": "1.1.0",
"description": "JS achieve the browser title flashing , scrolling, voice prompts , chrome notice.",
"main": "src/iNotify.js",
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/iNotify.git"
},
"keywords": [
"inotify",
"notify",
"alert",
"notice",
"notification"
],
"author": "kenny wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaywcjlove/iNotify/issues"
},
"homepage": "http://jaywcjlove.github.io/iNotify",
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"devDependencies": {
"bannerjs": "^1.0.5",
"gulp": "^3.8.11",
"gulp-banner": "^0.1.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.2.4"
}
}