1
0
mirror of https://github.com/mojpm/frontend-development.git synced 2025-01-17 04:28:17 +01:00
frontend-development/package.json
2021-09-23 11:12:58 +03:00

25 lines
663 B
JSON

{
"name": "frontend-development",
"version": "1.0.0",
"description": "![Banner](/img/Banner.jpg 'Banner')",
"main": "index.js",
"scripts": {
"contributors:add": "all-contributors add",
"contributtors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codingknite/frontend-development.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codingknite/frontend-development/issues"
},
"homepage": "https://github.com/codingknite/frontend-development#readme",
"devDependencies": {
"all-contributors-cli": "^6.20.0"
}
}