@develephant/corona-html5-node-kit
Version:
Build Corona HTML5 plugins using NodeJS, NPM, and modern JavaScript.
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "@develephant/corona-html5-node-kit",
"version": "0.5.1",
"description": "Build Corona HTML5 plugins using NodeJS, NPM, and modern JavaScript.",
"preferGlobal": true,
"bin": {
"coronakit": "cli.js"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/develephant/corona-html5-node-kit.git"
},
"keywords": [
"corona",
"coronasdk",
"html5",
"es6",
"plugins",
"games",
"applications"
],
"author": "develephant <code@develephant.com> (http://www.develephant.com/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/develephant/corona-html5-node-kit/issues"
},
"homepage": "https://develephant.github.io/corona-html5-node-kit-docs/",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"archiver": "^2.1.1",
"argparse": "^1.0.10",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.3.0",
"babelify": "^8.0.0",
"browser-sync": "^2.23.6",
"browserify": "^16.1.1",
"colors": "^1.2.1",
"luaparse": "^0.2.1",
"shelljs": "^0.8.1",
"uglify-es": "^3.3.9"
},
"devDependencies": {}
}