-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.01 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.01 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
{
"name": "bootstrap-notify-simple-wrapper",
"version": "0.3.2",
"description": "Simple wrapper around bootstrap-notify (https://github.com/mouse0270/bootstrap-notify/) to make your life easier.",
"main": "bootstrap-notify-simple-wrapper.js",
"files": [
"bootstrap-notify-simple-wrapper.js",
"bootstrap-notify-simple-wrapper.min.js"
],
"repository": {
"type": "git",
"url": "git://github.com/DCOD-OpenSource/bootstrap-notify-simple-wrapper.git"
},
"keywords": [
"bootstrap",
"notify",
"bootstrap-notify",
"plugin",
"bootstrap-notify-simple-wrapper"
],
"author": "Alexei Andrushievich <vint21h@vint21h.pp.ua>",
"dependencies": {
"jquery": "3.2.1",
"bootstrap": "3.3.7",
"fontawesome": "4.7.0",
"bootstrap-notify": "3.1.3",
"striptags": "2.2.1"
},
"license": "MIT",
"homepage": "https://github.com/DCOD-OpenSource/bootstrap-notify-simple-wrapper/",
"bugs": {
"url": "https://github.com/DCOD-OpenSource/bootstrap-notify-simple-wrapper/issues/"
}
}