1 Star 0 Fork 0

华少/october

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
Samuel Georges 提交于 2021-04-16 08:29 . Spawn v2.0
{
"name": "octobercms",
"description": "October CMS is a self-hosted CMS platform based on the Laravel PHP Framework.",
"directories": {
"test": "tests/js/cases",
"helpers": "tests/js/helpers"
},
"scripts": {
"compile-less": "php artisan october:util compile less",
"compile-js": "php artisan october:util compile js",
"watch-less": "onchange -v \"modules/**/*.less\" \"plugins/**/*.less\" -- php artisan october:util compile less",
"watch-js": "onchange -v \"modules/**/*.js\" \"plugins/**/*.js\" --exclude \"**/*-min.js\" -- php artisan october:util compile js",
"test": "mocha --require @babel/register tests/js/cases/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octobercms/october.git"
},
"contributors": [
{
"name": "Alexey Bobkov",
"email": "aleksey.bobkov@gmail.com"
},
{
"name": "Samuel Georges",
"email": "daftspunky@gmail.com"
}
],
"bugs": {
"url": "https://github.com/octobercms/october/issues"
},
"homepage": "https://octobercms.com/",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"babel-plugin-module-resolver": "^3.2.0",
"chai": "^4.2.0",
"jquery": "^3.4.1",
"jsdom": "^15.1.1",
"mocha": "^6.2.0",
"onchange": "^6.1.0",
"sinon": "^7.4.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/zxh451200/october.git
git@gitee.com:zxh451200/october.git
zxh451200
october
october
develop

搜索帮助