forked from fabien-d/alertify.js
-
Notifications
You must be signed in to change notification settings - Fork 104
/
package.json
85 lines (85 loc) · 3.04 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "alertify.js",
"description": "An lightweight, unobtrusive customizable JavaScript notification system.",
"version": "1.0.11",
"homepage": "https://alertifyjs.org/",
"main": "dist/js/alertify.js",
"author": "Fabien Doiron <fabien.doiron@gmail.com> (http://fabien-d.github.io/)",
"contributors": [
"Fabien Doiron <fabien.doiron@gmail.com> (http://fabien-d.github.io/)",
"Brad Berger <brad@bradb.net> (https://bradb.net)",
"Christian Tellnes <christian@tellnes.com> (http://christian.tellnes.com)",
"Dan Panzarella (http://panzarel.la)",
"İsmail Demirbilek (http://ismaildemirbilek.com)",
"Stuart Keith <stuart@stuartkeith.com> (http://stuartkeith.com)",
"Antoine Corcy <contact@sbin.dk> (http://sbin.dk)",
"quasipickle <dylana@ualberta.ca>",
"Shayan Elhami",
"mindeavor (https://twitter.com/mindeavor)",
"Kristoffer Berdal <github@flexd.net> (http://cognitive.io)",
"Mahdi Yusuf <yusuf.mahdi@gmail.com> (http://www.mahdiyusuf.com)",
"Janek Lasocki-Biczysko <janek.lb@gmail.com>",
"Paul Osborne <paul.osborne.uk@gmail.com>",
"Florian Sellmayr (https://flosell.github.io/)",
"Stu Kabakoff <sakabako@gmail.com> (https://github.com/sakabako)",
"Kevin Friend (https://github.com/kfriend)",
"Nikhil Mutalik (https://github.com/nmutalik)",
"Jónatan Núñez (http://www.jonijnm.es/)",
"Vlad Jerca (https://github.com/vladjerca)",
"Jose Vera <hola@jose.com.co> (http://jose.com.co)",
"Martti Laine (http://codeclown.net)"
],
"maintainers": [
"Brad Berger <brad@bradb.net> (https://bradb.net)",
"Christian Tellnes <christian@tellnes.com> (http://christian.tellnes.com)",
"Dennis Heckman <denheck@gmail.com> (https://github.com/denheck)",
"Mehdi Lefebvre <mehdi.lefebvre@gmail.com> (https://github.com/ollie314)"
],
"keywords": [
"alertify",
"alertifyjs",
"alertify.js",
"notifications",
"alert"
],
"scripts": {
"test": "gulp test"
},
"repository": "git@github.com:alertifyjs/alertify.js.git",
"devDependencies": {
"angular": "^1.4.6",
"angular-mocks": "^1.4.6",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-cssnano": "^2.1.1",
"gulp-eslint": "^2.0.0",
"gulp-file-insert": "^1.0.2",
"gulp-prefix": "0.0.14",
"gulp-protractor": "^2.1.0",
"gulp-qunit": "^1.2.1",
"gulp-sass": "^2.2.0",
"gulp-size": "^1.3.0",
"gulp-uglify": "^1.5.3",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-browserify": "^4.4.2",
"karma-chrome-launcher": "^0.2.0",
"karma-commonjs": "0.0.13",
"karma-coverage": "^0.5.2",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.7",
"karma-sauce-launcher": "^0.3",
"material-design-lite": "^1.0.6",
"protractor": "^3.1.1",
"roboto-fontface": "^0.4.2",
"run-sequence": "^1.1.2"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/alertifyjs/alertify.js/issues",
"email": "inbox@alertifyjs.org"
}
}