forked from alertifyjs/alertify.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.28 KB
/
package.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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "alertify.js",
"description": "An lightweight, unobtrusive customizable JavaScript notification system.",
"version": "1.0.0-rc2",
"homepage": "https://alertifyjs.org/",
"main": "dist/js/alertify.js",
"author": {
"name": "Brad Berger",
"email": "brad@alertifyjs.org",
"url": "https://bradb.net"
},
"contributors": [
{
"name": "Fabien Doiron",
"email": "fabien.doiron@gmail.com",
"url": "http://fabien-d.github.io/"
}
],
"keywords": [
"alertify",
"alertifyjs",
"alertify.js",
"notifications",
"alert"
],
"scripts": {
"test": "gulp test"
},
"repository": "git@github.com:alertifyjs/alertify.js.git",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-file-insert": "^1.0.2",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.0",
"gulp-prefix": "0.0.14",
"gulp-qunit": "^1.2.1",
"gulp-sass": "^2.0.4",
"gulp-size": "^1.3.0",
"gulp-uglify": "^1.2.0",
"run-sequence": "^1.1.2"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"bugs": {
"url": "https://github.com/alertifyjs/alertify.js/issues",
"email": "inbox@alertifyjs.org"
}
}