forked from alertifyjs/alertify.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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 <[email protected]> (http://fabien-d.github.io/)",
"contributors": [
"Fabien Doiron <[email protected]> (http://fabien-d.github.io/)",
"Brad Berger <[email protected]> (https://bradb.net)",
"Christian Tellnes <[email protected]> (http://christian.tellnes.com)",
"Dan Panzarella (http://panzarel.la)",
"İsmail Demirbilek (http://ismaildemirbilek.com)",
"Stuart Keith <[email protected]> (http://stuartkeith.com)",
"Antoine Corcy <[email protected]> (http://sbin.dk)",
"quasipickle <[email protected]>",
"Shayan Elhami",
"mindeavor (https://twitter.com/mindeavor)",
"Kristoffer Berdal <[email protected]> (http://cognitive.io)",
"Mahdi Yusuf <[email protected]> (http://www.mahdiyusuf.com)",
"Janek Lasocki-Biczysko <[email protected]>",
"Paul Osborne <[email protected]>",
"Florian Sellmayr (https://flosell.github.io/)",
"Stu Kabakoff <[email protected]> (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 <[email protected]> (http://jose.com.co)",
"Martti Laine (http://codeclown.net)"
],
"maintainers": [
"Brad Berger <[email protected]> (https://bradb.net)",
"Christian Tellnes <[email protected]> (http://christian.tellnes.com)",
"Dennis Heckman <[email protected]> (https://github.com/denheck)",
"Mehdi Lefebvre <[email protected]> (https://github.com/ollie314)"
],
"keywords": [
"alertify",
"alertifyjs",
"alertify.js",
"notifications",
"alert"
],
"scripts": {
"test": "gulp test"
},
"repository": "[email protected]: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": "[email protected]"
}
}