forked from ashleydw/lightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "ekko-lightbox",
"description": "A lightbox gallery plugin for Bootstrap based on the modal plugin",
"version": "5.3.0",
"keywords": [
"lightbox",
"gallery",
"bootstrap",
"jquery",
"modal"
],
"homepage": "https://github.com/ashleydw/lightbox",
"author": "ashleydw <[email protected]>",
"main": "dist/ekko-lightbox.min.js",
"style": "dist/ekko-lightbox.css",
"less": "ekko-lightbox.less",
"repository": {
"type": "git",
"url": "https://github.com/ashleydw/lightbox.git"
},
"bugs": {
"url": "https://github.com/ashleydw/lightbox/issues"
},
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.config.js -p",
"start": "NODE_ENV=development webpack-serve --open --no-clipboard --content ./ --config webpack.config.js --hot --colors --inline"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.13.2",
"css-hot-loader": "^1.3.9",
"css-loader": "^0.28.11",
"cssnano": "^3.7.4",
"less": "^3.0.2",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"postcss-loader": "^2.1.4",
"raw-loader": "^0.5.1",
"style-loader": "^0.21.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-serve": "^0.3.2"
},
"npmName": "ekko-lightbox",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*"
]
}
]
}