mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
32 lines
710 B
JSON
32 lines
710 B
JSON
{
|
|
"name": "easyappointments",
|
|
"version": "1.1.0",
|
|
"description": "Open Source Web Scheduler",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/alextselegidis/easyappointments.git"
|
|
},
|
|
"keywords": [
|
|
"php",
|
|
"javascript",
|
|
"mysql",
|
|
"html"
|
|
],
|
|
"author": "A.Tselegidis <alextselegidis@gmail.com>",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/alextselegidis/easyappointments/issues"
|
|
},
|
|
"homepage": "http://easyappointments.org",
|
|
"devDependencies": {
|
|
"del": "^2.2.0",
|
|
"fs-extra": "^0.26.3",
|
|
"gulp": "^3.9.0",
|
|
"jsdoc": "^3.3.2",
|
|
"plato": "^1.5.0",
|
|
"zip-dir": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
}
|
|
}
|