-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 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
{
"name": "media-showcase",
"version": "1.0.1",
"description": "A simple UI component for showcasing images or videos with the best UX for each device",
"browser": "showcase.js",
"scripts": {
"start": "parcel index.html",
"build": "babel showcase.js --out-file public/showcase.min.js && minify showcase.css > public/showcase.min.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexflorisca/showcase.git"
},
"author": "Alex Florisca",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexflorisca/showcase/issues"
},
"homepage": "https://github.com/alexflorisca/showcase#readme",
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-preset-minify": "^0.5.1",
"minify": "^6.0.1",
"parcel-bundler": "^1.12.4"
},
"browserslist": "> 0.25%, not dead",
"dependencies": {}
}