-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
33 lines (33 loc) · 996 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
31
32
33
{
"name": "ProgrammingWithChrome",
"version": "1.0.0",
"description": "**《用Chrome学编程(如何用Chrome优雅装B)》, 用Gif图展示Chrome的骚操作, 充分挖掘Chrome的编程潜力!**",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "docsify serve docs",
"push": "node rsync.js && node push.js && git add . && git commit -m '更新用Chrome学编程'&& git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhaoolee/ProgrammingWithChrome.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhaoolee/ProgrammingWithChrome/issues"
},
"homepage": "https://github.com/zhaoolee/ProgrammingWithChrome#readme",
"dependencies": {
"axios": "^0.19.2",
"chmodr": "^1.2.0",
"download": "^7.1.0",
"fs-extra": "^8.1.0",
"rsync": "^0.6.1",
"showdown": "^1.9.1"
}
}