fl-init/package.json

24 lines
507 B
JSON
Raw Normal View History

2019-03-29 15:44:29 +03:00
{
"name": "as-init",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluencelabs/as-init.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fluencelabs/as-init/issues"
},
2019-03-29 15:46:53 +03:00
"bin": {
"as-init": "bin/as-init"
},
2019-03-29 15:44:29 +03:00
"homepage": "https://github.com/fluencelabs/as-init#readme"
}