- URL 하드코딩 → .env APP_URL 기반 동적 URL로 변경 - DB 연결 하드코딩 → .env 기반으로 변경 - MySQL strict mode DATE 오류 수정
39 lines
824 B
JSON
39 lines
824 B
JSON
{
|
|
"name": "SpreadSheet",
|
|
"description": "jquery spreadsheet/grid control",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"jquery",
|
|
"spreadsheet",
|
|
"grid",
|
|
"javascript",
|
|
"jscript",
|
|
"html5"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "TanyaWebDesign",
|
|
"email": "tanyawebdesign@gmail.com",
|
|
"web": "http://ycode.com/Tanya/portfolio/portfolio.html"
|
|
}
|
|
],
|
|
"demos": [
|
|
"http://ycode.com/Tanya/spreadsheet/main.html"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "1.4.2"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/TanyaWebDesign/SpreadSheet.git"
|
|
}
|
|
],
|
|
"licenses": [
|
|
{
|
|
"name": "Apache License, Version 2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0 "
|
|
}
|
|
],
|
|
"homepage": "http://ycode.com/Tanya/spreadsheet/main.html"
|
|
} |