forked from uotw/jquery-alertable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 667 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 667 Bytes
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
{
"name": "@claviska/jquery-alertable",
"description": "Minimal alert and confirmation alternatives.",
"version": "1.0.2",
"author": "Cory LaViska",
"homepage": "https://github.com/claviska/jquery-alertable",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/claviska/jquery-alertable.git"
},
"dependencies": {
"jquery": ">= 1.8.x"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-help": "^1.6.1",
"gulp-jshint": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0"
}
}