Files
sam-kd/package.json
hskwon aca1767eb9 초기 커밋: 5130 레거시 시스템
- URL 하드코딩 → .env APP_URL 기반 동적 URL로 변경
- DB 연결 하드코딩 → .env 기반으로 변경
- MySQL strict mode DATE 오류 수정
2025-12-10 20:14:31 +09:00

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"
}