forked from h5bp/Front-end-Developer-Interview-Questions
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 878 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"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",
"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": {
"all-contributors-cli": "^4.10.1"
}
}