25 lines
719 B
JSON
25 lines
719 B
JSON
{
|
|
"name": "bsehovac.github.io",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"rollup-plugin-babel-minify": "^5.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "rollup -c rollup.config.build.js && cp upup.min.js export/ && cp upup.sw.min.js export/ && cp index.html export/ && cp -R assets export/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/bsehovac/bsehovac.github.io.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/bsehovac/bsehovac.github.io/issues"
|
|
},
|
|
"homepage": "https://github.com/bsehovac/bsehovac.github.io#readme"
|
|
}
|