fl-init/package.json

22 lines
457 B
JSON
Raw Normal View History

2019-03-29 15:44:29 +03:00
{
2019-04-09 18:37:04 +03:00
"name": "fluence-sdk",
"version": "0.0.1",
2019-03-29 15:44:29 +03:00
"description": "",
"main": "index.js",
2019-04-09 18:37:04 +03:00
"scripts": {},
2019-03-29 15:44:29 +03:00
"repository": {
"type": "git",
"url": "git+https://github.com/fluencelabs/as-init.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
2019-03-29 15:44:29 +03:00
"bugs": {
"url": "https://github.com/fluencelabs/as-init/issues"
},
2019-03-29 15:46:53 +03:00
"bin": {
2019-04-10 10:52:09 +03:00
"fl-init": "bin/fl-init"
2019-03-29 15:46:53 +03:00
},
2019-03-29 15:44:29 +03:00
"homepage": "https://github.com/fluencelabs/as-init#readme"
}