mirror of
https://github.com/Leo501/CocosCreatorTutorial.git
synced 2026-05-07 22:27:22 +08:00
Bumps [eslint](https://github.com/eslint/eslint) from 4.13.0 to 4.18.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v4.13.0...v4.18.2) Signed-off-by: dependabot[bot] <support@github.com>
31 lines
746 B
JSON
31 lines
746 B
JSON
{
|
|
"name": "JiangShiTest",
|
|
"version": "1.0.0",
|
|
"description": "The sample of Cocos Creator for build & optimize & deploy,",
|
|
"main": "loading/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.quickcan.com:gamedev/chalk.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"eslint": "^4.18.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-file-inline": "^1.3.7",
|
|
"gulp-htmlmin": "^3.0.0",
|
|
"gulp-imagemin": "^3.3.0",
|
|
"gulp-replace": "^0.6.1",
|
|
"gulp-rev": "^8.0.0",
|
|
"gulp-rev-collector": "^1.2.2",
|
|
"del": "^3.0.0",
|
|
"gulp-javascript-obfuscator": "^1.1.3"
|
|
},
|
|
"dependencies": {
|
|
"fs-jetpack": "^2.2.2"
|
|
}
|
|
}
|