forked from needim/noty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 914 Bytes
/
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
{
"name": "noty",
"version": "2.3.7",
"title": "noty - a jquery notification plugin",
"description": "noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
"homepage": "http://needim.github.com/noty",
"author": {
"name": "Nedim Arabacı",
"url": "http://github.com/needim/"
},
"licenses": [
{
"type": "MIT",
"url": "http://noty.mit-license.org/"
}
],
"scripts": {
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git://github.com/needim/noty.git"
},
"main": "js/noty/packaged/jquery.noty.packaged.js",
"dependencies": {
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-bump": "0.0.14",
"grunt-wrap": "^0.3.0"
}
}