-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.26 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
{
"author": "Washington Botelho",
"bugs": {
"url": "https://github.com/wbotelhos/notify/issues"
},
"contributors": [
"Washington Botelho <[email protected]> (https://www.danca.com)"
],
"demos": [
"demo.html"
],
"dependencies": {
"jquery": "^3.4.1"
},
"description": "jQuery Notify - A Notifier Plugin",
"devDependencies": {
"jasmine-core": "^2.99.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.2.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.2",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^1.0.0"
},
"directories": {
"lib": "lib",
"test": "spec"
},
"homepage": "https://github.com/wbotelhos/notify",
"keywords": [
"alert",
"aviso",
"notice",
"notificar",
"notificação",
"notifier",
"notify"
],
"license": "MIT",
"main": "lib/jquery.notify.js",
"maintainers": [
"Washington Botelho <[email protected]> (http://wbotelhos.com)"
],
"name": "notify",
"repository": {
"type": "git",
"url": "https://github.com/wbotelhos/notify"
},
"scripts": {
"test": "node_modules/karma/bin/karma start karma.conf.js"
},
"version": "0.1.0"
}