forked from freeCodeCamp/how-to-contribute-to-open-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 944 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
{
"name": "how-to-contribute-to-open-source",
"version": "1.0.0",
"description": "This is a list of resources for people who are new to contributing to open source.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-markdown": "^1.0.0-beta.6"
},
"scripts": {
"test": "awesome_bot *.md --allow-redirect --allow-ssl --allow-dupe --allow 429",
"pretest": "npm run lint",
"preinstall": "gem install awesome_bot",
"lint": "eslint . --ext .json --ext .md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FreeCodeCamp/how-to-contribute-to-open-source.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/FreeCodeCamp/how-to-contribute-to-open-source/issues"
},
"homepage": "https://github.com/FreeCodeCamp/how-to-contribute-to-open-source#readme"
}