aqua/npm/package.json
Pavel 3f7ef9f264
Create aquamarine npm package (#56)
* Create aquamarine npm package
2021-04-14 18:00:51 +03:00

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"
}