-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.02 KB
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
{
"name": "bootstrap-notify",
"version": "3.1.8",
"description": "This is a simple plugin that turns standard Bootstrap alerts into \"Growl-like\" notifications.",
"main": "dist/js/bootstrap-notify.js",
"files": [
"dist/js/*.js"
],
"license": "MIT",
"homepage": "https://github.com/jbox-web/bootstrap-notify",
"author": "mouse0270 <rmcintosh@remabledesigns.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/jbox-web/bootstrap-notify.git"
},
"bugs": {
"url": "https://github.com/jbox-web/bootstrap-notify/issues"
},
"keywords": [
"bootstrap",
"jquery",
"notify",
"notification",
"notifications",
"growl",
"message",
"notice"
],
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-coffee": "^0.1.15",
"gulp": "^4.0.2",
"gulp-coffee": "^3.0.3",
"gulp-eslint": "^6.0.0",
"gulp-terser": "^2.1.0"
},
"resolutions": {
"tmp": "^0.2.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}