-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 924 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 924 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
36
37
38
39
{
"name": "prophetjs",
"version": "1.0.0",
"description": "A very lean dependency free javascript library to display toast messages on web pages.",
"main": "./dist/js/prophet.js",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cssmin": "^0.1.7",
"gulp-minify": "0.0.14",
"gulp-rename": "^1.2.2",
"typescript": "^2.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binarybaba/prophetjs.git"
},
"keywords": [
"notification",
"alert",
"alertify",
"jquery",
"notifications",
"notify",
"snarl",
"snarl notification",
"snarl toasts",
"toast",
"toast notifications",
"toastr",
"toastr alerts",
"toast message"
],
"author": "Amin Mohamed Ajani",
"license": "MIT",
"bugs": {
"url": "https://github.com/binarybaba/prophetjs/issues"
},
"homepage": "https://github.com/binarybaba/prophetjs#readme"
}