mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-01-16 22:28:13 +01:00
25 lines
626 B
JSON
25 lines
626 B
JSON
{
|
|
"name": "phpapprentice",
|
|
"version": "1.0.0",
|
|
"description": "A website for learning PHP",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/restoreddev/phpapprentice.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/restoreddev/phpapprentice/issues"
|
|
},
|
|
"homepage": "https://github.com/restoreddev/phpapprentice#readme",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.8",
|
|
"postcss-cli": "^10.0.0",
|
|
"postcss-custom-properties": "^12.0.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|