42 lines
986 B
JSON
42 lines
986 B
JSON
{
|
|
"name": "foundation-s-theme",
|
|
"version": "1.0.0",
|
|
"description": "Omeka S theme using the ZURB Foundation toolkit.",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"start": "gulp",
|
|
"build": "gulp sass"
|
|
},
|
|
"author": "Omeka Team <outreach@omeka.org>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/omeka-s-themes/foundation-s/issues",
|
|
"email": "outreach@omeka.org"
|
|
},
|
|
"dependencies": {
|
|
"foundation-sites": "^6.6.3",
|
|
"gulp-cli": "^2.3.0",
|
|
"jquery": "^3.5.1",
|
|
"motion-ui": "~2.0.0",
|
|
"what-input": "^5.2.10"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.8.6",
|
|
"browser-sync": "^2.26.12",
|
|
"gulp": "^4.0.2",
|
|
"gulp-load-plugins": "^2.0.4",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"minimist": "^1.2.3"
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"ie >= 9"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zurb/foundation-sites-template.git"
|
|
},
|
|
"private": true
|
|
}
|