mirror of
https://github.com/quinton-ashley/java2js
synced 2024-12-29 10:11:54 +01:00
25 lines
674 B
JSON
25 lines
674 B
JSON
{
|
|
"name": "java2js",
|
|
"version": "1.0.11",
|
|
"description": "Converts Java to JavaScript with support for p5.js and QuintOS.",
|
|
"main": "jdk.js",
|
|
"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"
|
|
}
|