-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 954 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": "webnotification",
"version": "1.0.0",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexandroWillianHervis/web-notification-demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexandroWillianHervis/web-notification-demo/issues"
},
"homepage": "https://github.com/AlexandroWillianHervis/web-notification-demo#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.7.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-uglify": "^3.0.0",
"run-sequence": "^2.1.0"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0"
},
"description": ""
}