-
Notifications
You must be signed in to change notification settings - Fork 431
/
package.json
63 lines (63 loc) · 1.67 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
56
57
58
59
60
61
62
63
{
"name": "baguettebox.js",
"version": "1.12.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": {
"postinstall": "npm rebuild node-sass",
"start": "gulp",
"lint": "gulp lint",
"test": "gulp test",
"build": "gulp build",
"release": "gulp release",
"patch": "gulp patch"
},
"resolutions": {
"natives": "1.1.3"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-bump": "^3.1.3",
"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.1",
"gulp-load-plugins": "^2.0.2",
"gulp-rimraf": "~0.2.2",
"gulp-sass": "~5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-usemin": "~0.3.30",
"jsonfile": "^6.0.1",
"run-sequence": "^2.2.1",
"sass": "~1.77.8"
},
"overrides": {
"graceful-fs": "^4.2.11",
"gift": "0.10.2"
},
"keywords": [
"lightbox",
"gallery",
"modal",
"responsive"
]
}