-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 966 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 966 Bytes
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
{
"name": "custom-alert",
"version": "2.2.0",
"description": "Override the alert () and confirm () functions of JavaScript, allowing you to customize them. This application does not use jQuery or another framework, just JavaScript and CSS. Responsive design.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhilippeAssis/custom-alert.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PhilippeAssis/custom-alert/issues"
},
"homepage": "https://github.com/PhilippeAssis/custom-alert#readme",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autowatch": "^1.0.2",
"gulp-clean": "^0.3.2",
"gulp-minify": "0.0.14",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.1.0",
"gulp-stylus": "^2.6.0",
"pug": "^2.0.0-beta6",
"stylus": "^0.54.5"
}
}