UNPKG

mcs

Version:

A pre-processor to write Minecraft Functions more efficiently

44 lines (43 loc) 987 B
{ "name": "mcs", "version": "2.2.1", "description": "A pre-processor to write Minecraft Functions more efficiently", "main": "dist/mcs.min.js", "scripts": { "test": "node index.js --debug ./test/new_syntax.mcs ./test/syntax_output/", "build": "gulp build-all", "bnt": "npm run build && npm test", "watch": "gulp" }, "keywords": [ "Minecraft", "MC", "Script", "JS" ], "author": "Pandawan", "license": "MIT", "repository": "git+https://github.com/PandawanFr/mcs.git", "bugs": { "url": "https://github.com/PandawanFr/mcs/issues" }, "homepage": "https://github.com/PandawanFr/mcs#readme", "dependencies": { "chalk": "^2.1.0", "pkginfo": "^0.4.1" }, "bin": { "mcs": "./index.js" }, "devDependencies": { "babel-preset-es2015": "^6.24.1", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-concat": "^2.6.1", "gulp-jsbeautifier": "^2.1.1", "gulp-order": "^1.1.1", "gulp-rename": "^1.2.2", "gulp-uglify": "^3.0.0", "pump": "^1.0.2" } }