forked from shengxinjing/programmer-job-blacklist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.08 KB
/
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
{
"name": "programmer-job-blacklist",
"version": "1.0.0",
"description": ":snail:我也只是围观群众,背后的真相大家自己判断,我只是单纯的收藏一些链接,不喜勿喷,欢迎大家关注我[微博](http://weibo.com/woniuppp)和提 [issues](https://github.com/shengxinjing/programmer-job-blacklist/issues) 来参与维护这个名单",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "npm run dev",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"push": "npm run build && sh push.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shengxinjing/programmer-job-blacklist.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shengxinjing/programmer-job-blacklist/issues"
},
"homepage": "https://github.com/shengxinjing/programmer-job-blacklist#readme",
"devDependencies": {
"@vuepress/plugin-blog": "^1.0.0-alpha.0"
},
"dependencies": {
"axios": "^0.18.0"
}
}