-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "leanmodal_xl",
"version": "0.5.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"gulp": "^3.8.8",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.1",
"gulp-concat": "^2.4.1",
"gulp-minify-css": "^0.3.11",
"tiny-lr": "^0.1.4",
"gulp-livereload": "^2.1.1",
"gulp-uglify": "^1.0.1",
"gulp-notify": "^2.0.0",
"gulp-autoprefixer": "^1.0.1",
"gulp-less": "^1.3.6",
"gulp-coffee": "^2.2.0"
},
"description": "Extended \"LeanModal\" modal pop-over for web apps - includes Ajax, on-demand functionality & more\"",
"main": "leanmodal_xl.js",
"dependencies": {
"grunt": "~0.4.5",
"grunt-init": "~0.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lean",
"modal",
"popover",
"script",
"jquery"
],
"author": "Richard Peck ([email protected])",
"license": "ISC"
}