-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 679 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "front-end-web-development-interview-question",
"version": "1.0.0",
"description": "前端开发面试题大收集",
"scripts": {
"start": "docsify serve ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paddingme/Front-end-Web-Development-Interview-Question.git"
},
"author": "paddingme <padding4me@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/paddingme/Front-end-Web-Development-Interview-Question/issues"
},
"homepage": "https://github.com/paddingme/Front-end-Web-Development-Interview-Question#readme",
"dependencies": {},
"devDependencies": {
"docsify-cli": "^4.1.11"
}
}