1 Star 0 Fork 0

iyu/birthday

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
iyu 提交于 2023-02-19 15:50 . add
{
"name": "happy-birthday",
"version": "1.0.0",
"description": "An app that let's you say happy birthday to your friend in a nerdy way.",
"main": "index.js",
"devDependencies": {
"browser-sync": "^2.18.13",
"run-script-os": "^1.0.2"
},
"scripts": {
"start": "run-script-os",
"start:win32": "browser-sync start --server --files '**/*.css, **/*.html, **/*.js, !node_modules/**/*' --directory --port 7777 --browser \"C:\\Program Files\\Firefox Developer Edition\\firefox.exe\"",
"//": "Hello! If you are having trouble running this command. Try changing Firefox Developer Edition to FirefoxDeveloperEdition",
"start:darwin:linux": "browser-sync start --server --files '**/*.css, **/*.html, **/*.js, !node_modules/**/*' --directory --port 7777",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faahim/happy-birthday.git"
},
"keywords": [
"Happy",
"Birthday"
],
"author": "Afiur Rahman Fahim",
"license": "MIT",
"bugs": {
"url": "https://github.com/faahim/happy-birthday/issues"
},
"homepage": "https://github.com/faahim/happy-birthday#readme",
"dependencies": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/onepiece1205/birthday.git
git@gitee.com:onepiece1205/birthday.git
onepiece1205
birthday
birthday
master

搜索帮助