-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 821 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
{
"name": "lightbox-anything",
"version": "0.7.0",
"description": "Select one or more elements to show in lightbox.",
"main": "lightboxAnything.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/svirmasalo/Lightbox-anything.git"
},
"keywords": [
"lightbox",
"jQuery",
"javascript",
"plugin",
"ES6"
],
"author": "Sampo Virmasalo",
"license": "MIT",
"bugs": {
"url": "https://github.com/svirmasalo/Lightbox-anything/issues"
},
"homepage": "https://github.com/svirmasalo/Lightbox-anything#readme",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-watch": "^4.3.11"
}
}