mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-12 17:55:33 +00:00
7556db0a93
* move to `aqua` and `aqua-j` * more updates * update readme * aqua-cli -> aqua * don't publish aqua as aqua-cli * update scala Co-authored-by: Dmitry Kurinskiy <dmitry@fluence.one>
33 lines
640 B
JSON
33 lines
640 B
JSON
{
|
|
"name": "@fluencelabs/aqua",
|
|
"version": "0.0.0",
|
|
"description": "Aqua compiler",
|
|
"files": [
|
|
"aqua.jar",
|
|
"aqua.js",
|
|
"index.js",
|
|
"index-java.js",
|
|
"error.js"
|
|
],
|
|
"bin": {
|
|
"aqua": "index.js",
|
|
"aqua-cli": "error.js",
|
|
"aqua-j": "index-java.js"
|
|
},
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fluencelabs/aqua.git"
|
|
},
|
|
"keywords": [
|
|
"aqua",
|
|
"fluence"
|
|
],
|
|
"author": "Fluence Labs",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/fluencelabs/aqua/issues"
|
|
},
|
|
"homepage": "https://github.com/fluencelabs/aqua#readme"
|
|
}
|