-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 965 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
38
{
"name": "uxrocket.modal",
"version": "1.6.12",
"description": "Modal Plugin",
"repository": {
"type": "git",
"url": "https://github.com/uxrocket/uxrocket.modal.git"
},
"keywords": [
"jQuery",
"javascript",
"modal",
"uxrocket"
],
"author": "Bilal Cinarli <[email protected]> (http://bcinarli.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/uxrocket/uxrocket.modal/issues"
},
"homepage": "https://github.com/uxrocket/uxrocket.modal",
"devDependencies": {
"chai": "^3.3.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-connect": "^2.2.0",
"gulp-csslint": "^0.2.0",
"gulp-header": "^1.7.1",
"gulp-jshint": "^1.11.2",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18"
}
}