2021-09-23 01:41:44 -05:00
|
|
|
{
|
|
|
|
"name": "java2js",
|
2022-01-14 12:41:43 -05:00
|
|
|
"version": "1.0.12",
|
2021-09-23 01:41:44 -05:00
|
|
|
"description": "Converts Java to JavaScript with support for p5.js and QuintOS.",
|
2021-11-15 20:02:30 -05:00
|
|
|
"main": "jdk.js",
|
2021-09-23 01:41:44 -05:00
|
|
|
"scripts": {
|
|
|
|
"start": "open demo.html",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"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"
|
|
|
|
}
|