-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 735 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 735 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
{
"name": "AmaranJS",
"description": "Nice, sleek and stylish notifications.",
"version": "0.5.4",
"keywords": [
"css",
"js",
"sass",
"notification",
"plugin"
],
"homepage": "http://hakanersu.github.io/AmaranJS/",
"main": [
"dist/css/amaran.min.css",
"dist/css/animate.min.css",
"dist/js/jquery.amaran.js",
"dist/js/jquery.amaran.min.js"
],
"ignore": [
"/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra",
"examples",
"node_modules"
],
"dependencies": {
"jquery": ">= 1.9.0"
}
}