Files
freeCodeCamp/package.json
2018-11-09 14:32:26 -08:00

32 lines
808 B
JSON

{
"name": "automation",
"version": "1.0.0",
"description": "Github bots and crawlers for FCC\r # github-bots",
"main": "index.js",
"dependencies": {
"@octokit/rest": "^15.16.1",
"date-fns": "^1.29.0",
"dedent": "^0.7.0",
"dotenv": "^6.1.0",
"gray-matter": "^4.0.1",
"lodash": "^4.17.11",
"path": "^0.12.7",
"readdirp-walk": "^1.6.0",
"util": "^0.11.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RandellDawson/automation.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/RandellDawson/automation/issues"
},
"homepage": "https://github.com/RandellDawson/automation#readme"
}