mirror of
https://github.com/fluencelabs/aqua-lib
synced 2024-12-04 15:20:23 +00:00
26 lines
531 B
JSON
26 lines
531 B
JSON
{
|
|
"name": "@fluencelabs/aqua-lib",
|
|
"version": "0.3.0",
|
|
"description": "Aqua standard library",
|
|
"files": [
|
|
"builtin.aqua",
|
|
"math.aqua",
|
|
"binary.aqua"
|
|
],
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fluencelabs/aqua-lib.git"
|
|
},
|
|
"keywords": [
|
|
"aqua",
|
|
"fluence"
|
|
],
|
|
"author": "Fluence Labs",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/fluencelabs/aqua-lib/issues"
|
|
},
|
|
"homepage": "https://github.com/fluencelabs/aqua-lib#readme"
|
|
}
|