mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-12 17:55:33 +00:00
3f7ef9f264
* Create aquamarine npm package
25 lines
503 B
JSON
25 lines
503 B
JSON
{
|
|
"name": "@fluencelabs/aqua-cli",
|
|
"version": "0.0.0",
|
|
"description": "Aqua compiler",
|
|
"files": [
|
|
"aqua-cli.jar"
|
|
],
|
|
"bin": "index.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"
|
|
}
|