-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 998 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
35
36
37
{
"title": "Fallr.js",
"name": "fallr-js",
"version": "2.0.1",
"author": "Faisal Salman <[email protected]> (http://faisalman.com)",
"description": "Fancy, simple, yet elegant modal box jQuery plugin",
"keywords": [
"modal",
"popup",
"alert",
"notification",
"dialog",
"box",
"lightbox",
"responsive",
"jquery-plugin",
"ecosystem:jquery"
],
"homepage": "https://github.com/faisalman/fallr-js",
"contributors": [
"Faisal Salman <[email protected]>"
],
"scripts": {
"build": "uglifyjs src/js/jquery-fallr-2.0.1.js -o src/js/jquery-fallr-2.0.1.min.js --comments '/Fallr\\.js/'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/faisalman/fallr-js.git"
},
"license": "(GPL-2.0 OR MIT)",
"devDependencies": {
"uglify-js": "^3.4.9"
},
"bugs": "https://github.com/faisalman/fallr-js/issues",
"demo": "https://faisalman.github.io/fallr-js"
}