Files
GDevelop/newIDE/web-app/package.json
T
dependabot[bot] 9cae4fb264 Bump minimist from 1.2.0 to 1.2.3 in /newIDE/web-app (#1623)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.3.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-04-05 10:49:51 +02:00

24 lines
631 B
JSON

{
"name": "gdevelop-web",
"version": "1.0.0",
"description": "GDevelop IDE running on browsers",
"author": "Florian Rival",
"homepage": "http://gdevelop-app.com",
"private": true,
"license": "MIT",
"scripts": {
"build:app": "cd ../app && npm run build",
"deploy:gdjs-runtime": "node scripts/deploy-GDJS-Runtime.js",
"deploy:purge-cache": "node scripts/deploy-purge-cache.js",
"deploy": "node scripts/deploy.js"
},
"devDependencies": {
"axios": "0.19.2",
"gh-pages": "^1.0.0",
"git-rev": "^0.2.1",
"is-git-clean": "^1.1.0",
"minimist": "^1.2.3",
"shelljs": "^0.7.7"
}
}