{ "name": "front-end-developer-interview-questions", "version": "1.0.0", "description": "A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.", "scripts": { "build": "eleventy --config=config/eleventy.config.js --pathprefix='Front-end-Developer-Interview-Questions/'", "contributors:add": "all-contributors add", "contributors:generate": "all-contributors generate && cp .all-contributorsrc ./src/_data/contributors.json", "start": "eleventy --config=config/eleventy.config.js --serve --port 9090 --quiet" }, "repository": { "type": "git", "url": "git+https://github.com/h5bp/Front-end-Developer-Interview-Questions.git" }, "keywords": [ "css", "front-end", "html", "interview", "js", "questions" ], "author": "H5BP", "contributors": [ { "name": "Rob Larsen", "email": "rob@htmlcssjavascript.com" }, { "name": "Darcy Clarke", "email": "darcy@darcyclarke.me" } ], "license": "MIT", "bugs": { "url": "https://github.com/h5bp/Front-end-Developer-Interview-Questions/issues" }, "homepage": "https://github.com/h5bp/Front-end-Developer-Interview-Questions#readme", "devDependencies": { "@11ty/eleventy": "^1.0.1", "@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0", "all-contributors-cli": "^6.20.0", "clean-css": "^5.3.0", "html-minifier": "^4.0.0", "luxon": "^2.4.0", "markdown-it": "^13.0.1", "markdown-it-anchor": "^8.6.4", "uglify-es": "^3.3.9" }, "resolutions": { "axios": "0.18.1" } }