mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
31 lines
650 B
JSON
31 lines
650 B
JSON
{
|
|
"name": "@fluencelabs/aqua-cli",
|
|
"version": "0.0.0",
|
|
"description": "Aqua compiler",
|
|
"files": [
|
|
"aqua-cli.jar",
|
|
"aqua-cli-experimental.js",
|
|
"index-experimental.js"
|
|
],
|
|
"bin": {
|
|
"aqua": "index.js",
|
|
"aqua-cli": "index.js",
|
|
"aqua-js": "index-experimental.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"
|
|
}
|