mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-16 11:57:04 +01:00
Alan Orth
6f396f392f
This reverts commit 8f6d337d2d
.
We are using Heroku now so we don't need this phony version.
18 lines
623 B
JSON
18 lines
623 B
JSON
{
|
|
"name": "csv-metadata-quality-web",
|
|
"version": "0.0.1",
|
|
"description": "Simple web interface for the DSpace CSV Metadata Quality tool.",
|
|
"author": "Alan Orth",
|
|
"license": "AGPL-3.0-only",
|
|
"devDependencies": {
|
|
"bootstrap": "^5.0.0-beta2",
|
|
"clean-css-cli": "^4.3.0",
|
|
"sass": "^1.32.7"
|
|
},
|
|
"scripts": {
|
|
"build:css": "sass --style expanded source/scss/style.scss static/css/style.css.tmp && cleancss --level 1 static/css/style.css.tmp -o static/css/style.min.css",
|
|
"build": "npm run build:css && npm run clean",
|
|
"clean": "rm static/css/style.css.tmp static/css/style.css.tmp.map"
|
|
}
|
|
}
|