-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.17 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
41
{
"name": "browser-notif",
"version": "2.1.0",
"description": "Lets a web page send notifications that are displayed outside the page at the system level",
"main": "browser-notif.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipanardian/browser-notif.git"
},
"keywords": [
"notification",
"web",
"browser notif"
],
"author": "Ipan Ardian <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipanardian/browser-notif/issues"
},
"homepage": "https://github.com/ipanardian/browser-notif#readme",
"devDependencies": {
"babel-plugin-transform-es2015-modules-umd": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-typescript": "^3.1.3",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"typescript": "^2.1.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {}
}