mirror of
https://github.com/fluencelabs/fl-init
synced 2025-03-15 11:10:48 +00:00
22 lines
457 B
JSON
22 lines
457 B
JSON
{
|
|
"name": "fluence-sdk",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fluencelabs/as-init.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/fluencelabs/as-init/issues"
|
|
},
|
|
"bin": {
|
|
"fl-init": "bin/fl-init"
|
|
},
|
|
"homepage": "https://github.com/fluencelabs/as-init#readme"
|
|
}
|