-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 914 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
37
{
"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 <[email protected]>",
"repository": {
"type": "git",
"url": "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"
],
"dependencies": {},
"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"
}
}