Arc-hive-omeka-theme/package.json

42 lines
956 B
JSON
Raw Normal View History

2021-04-25 09:49:47 +02:00
{
2021-06-09 16:54:24 +02:00
"name": "arc-hive-theme",
2021-07-05 12:47:23 +02:00
"version": "2.0.0",
2021-06-09 16:54:24 +02:00
"description": "arc-HIVE theme for Omeka S.",
2021-04-25 09:49:47 +02:00
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp sass"
},
2021-06-09 16:54:24 +02:00
"author": "Hangar<tech@hangar.org>",
2021-04-25 09:49:47 +02:00
"license": "MIT",
"bugs": {
2021-06-09 16:54:24 +02:00
"url": "https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme",
"email": "tech@hangar.org"
2021-04-25 09:49:47 +02:00
},
"dependencies": {
"foundation-sites": "^6.6.3",
"gulp-cli": "^2.3.0",
2021-06-09 16:54:24 +02:00
"jquery": "^3.6.0",
2021-04-25 09:49:47 +02:00
"motion-ui": "~2.0.0",
"what-input": "^5.2.10"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
2021-06-09 16:54:24 +02:00
"browser-sync": "^2.26.14",
2021-04-25 09:49:47 +02:00
"gulp": "^4.0.2",
2021-06-09 16:54:24 +02:00
"gulp-load-plugins": "^2.0.7",
2021-04-25 09:49:47 +02:00
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"minimist": "^1.2.3"
},
"browserslist": [
"last 2 versions",
"ie >= 9"
],
"repository": {
"type": "git",
2021-06-09 16:54:24 +02:00
"url": "https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme"
2021-04-25 09:49:47 +02:00
},
"private": true
}