forked from feimosi/baguetteBox.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.28 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "baguettebox.js",
"version": "1.11.0",
"author": "feimosi",
"description": "Simple and easy to use lightbox script written in pure JavaScript",
"license": "MIT",
"homepage": "https://github.com/feimosi/baguetteBox.js",
"repository": {
"type": "git",
"url": "git+https://github.com/feimosi/baguetteBox.js.git"
},
"bugs": {
"url": "https://github.com/feimosi/baguetteBox.js/issues"
},
"main": "dist/baguetteBox.min.js",
"style": "dist/baguetteBox.min.css",
"files": [
"dist",
"src"
],
"scripts": {
"start": "gulp",
"lint": "gulp lint",
"test": "gulp test"
},
"dependencies": {},
"resolutions": {
"natives": "1.1.3"
},
"devDependencies": {
"browser-sync": "~2.26.3",
"gulp": "~3.9.0",
"gulp-autoprefixer": "~6.0.0",
"gulp-bump": "~3.1.1",
"gulp-concat": "~2.6.1",
"gulp-cssmin": "~0.2.0",
"gulp-eslint": "~5.0.0",
"gulp-gh-pages": "~0.5.4",
"gulp-if": "~2.0.2",
"gulp-inject-version": "~1.0.0",
"gulp-load-plugins": "~1.5.0",
"gulp-rimraf": "~0.2.2",
"gulp-sass": "~4.0.2",
"gulp-uglify": "~3.0.1",
"gulp-usemin": "~0.3.29",
"jsonfile": "~5.0.0",
"run-sequence": "~2.2.1"
},
"keywords": [
"lightbox",
"gallery",
"modal",
"responsive"
]
}