File: /var/www/vhosts/creativefellows.nl/nomor.creativefellows.nl/public/package.json
{
"name": "foundation-sites-template",
"version": "1.0.0",
"description": "Basic template for a new Foundation for Sites project.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp sass"
},
"author": "ZURB <foundation@zurb.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zurb/foundation-sites/issues",
"email": "foundation@zurb.com"
},
"dependencies": {
"foundation-sites": "^6.6.0",
"jquery": ">=3.0.0",
"jquery-lazy": "^1.7.11",
"motion-ui": "~2.0.0",
"slick-carousel": "^1.8.1",
"what-input": "^5.1.2"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
"browser-sync": "^2.18.13",
"gulp": "^4.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/zurb/foundation-sites-template.git"
},
"private": true
}