1
0
mirror of https://github.com/quinton-ashley/java2js synced 2024-12-29 10:11:54 +01:00
java2js/package.json
Quinton Ashley d1290927ab 1.2.4
2022-04-12 11:32:32 -05:00

25 lines
634 B
JSON

{
"name": "java2js",
"version": "1.2.4",
"description": "Converts Java to JavaScript and runs it with a JS JDK",
"main": "jdk.js",
"scripts": {
"start": "open demo.html",
"test": "open demo.html",
"v": "npm version patch --force",
"V": "npm version minor --force",
"version": "git add -A",
"postversion": "git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quinton-ashley/java2js.git"
},
"author": "quinton-ashley",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/quinton-ashley/java2js/issues"
},
"homepage": "https://github.com/quinton-ashley/java2js#readme"
}