aqua/npm/package.json

33 lines
640 B
JSON
Raw Normal View History

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