mirror of
https://github.com/mojpm/frontend-development.git
synced 2025-01-17 04:28:17 +01:00
25 lines
663 B
JSON
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"
|
|
}
|
|
}
|