Files
freeCodeCamp/dashboard-client/app/package.json
Randell Dawson c1c1154bc3 Merge pull request #11 from RandellDawson/feature/root-package-json
Adde `package.json` and `.gitignore` to the root folder.
2018-12-05 11:23:55 +05:30

18 lines
446 B
JSON

{
"name": "pr-relations",
"version": "0.1.0",
"description": "Pull request query tool.",
"main": "index.js",
"scripts": {
"setup": "npm install && npm install app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RandellDawson/pr-relations.git"
},
"bugs": {
"url": "https://github.com/RandellDawson/pr-relations/issues"
},
"homepage": "https://github.com/RandellDawson/pr-relations#readme"
}