-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 866 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 866 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
32
33
34
35
{
"name": "bootstrap-notify-simple-wrapper",
"version": "0.3.0",
"description": "Simple wrapper around bootstrap-notify (https://github.com/mouse0270/bootstrap-notify/) to make your life easier.",
"main": "bootstrap-notify-simple-wrapper.js",
"moduleType": [
"globals"
],
"keywords": [
"bootstrap",
"notify",
"bootstrap-notify",
"plugin",
"bootstrap-notify-simple-wrapper"
],
"authors": [
"Alexei Andrushievich <vint21h@vint21h.pp.ua>"
],
"dependencies": {
"jQuery": "3.2.1",
"bootstrap": "3.3.7",
"fontawesome": "4.7.0",
"remarkable-bootstrap-notify": "3.1.3",
"striptagsjs": "2.2.1"
},
"license": "MIT",
"homepage": "https://github.com/DCOD-OpenSource/bootstrap-notify-simple-wrapper/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}