-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
43 lines (43 loc) · 856 Bytes
/
bower.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
38
39
40
41
42
43
{
"name": "prophetjs",
"vesrion":"1.0.0",
"homepage": "https://github.com/binarybaba/prophetjs",
"repository":{
"type":"git",
"url":"git://github.com/binarybaba/prophetjs"
},
"authors": [
"Amin Mohamed Ajani <[email protected]>"
],
"description": "A very lean dependency free javascript library to display toast messages on web pages.",
"main": "dist/js/prophet.js",
"keywords": [
"notification",
"notifications",
"toasts",
"toast messages",
"toast notification",
"notify",
"jQuery",
"javascript",
"js",
"snarl",
"success",
"error",
"notify",
"alerts",
"alertify",
"messages",
"flash",
"flash messages"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/lib",
"test",
"tests"
]
}