-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.2 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@r-tek/alertpal",
"version": "2.1.0",
"description": "AlertPal, a lightweight JavaScript alerts system, offering regular alerts, confirm dialog, and side messages/notifications.",
"author": "R-TEK",
"homepage": "https://r-tek.github.io/alertpal/",
"main": "./build/alertpal.min.js",
"module": "./build/alertpal.min.js",
"unpkg": "./build/alertpal.min.js",
"browser": "./build/alertpal.min.js",
"license": "MIT",
"scripts": {
"build": "gulp productionBuild",
"doc": "jsdoc -c jsdoc.json",
"gen": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/R-TEK/alertpal"
},
"bugs": {
"url": "https://github.com/R-TEK/alertpal/labels"
},
"keyboards": [
"alert",
"dialog",
"confirm",
"modal",
"javascript",
"html",
"css",
"lightweight",
"ui",
"ui-component",
"js",
"animation"
],
"files": [
"build/"
],
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-sass": "^4.1.0",
"gulp-rimraf": "^1.0.0",
"gulp-uglify-es": "^2.0.0",
"gulp-uglifycss": "^1.1.0",
"jsdoc": "^3.6.4"
}
}