stackflow
Version:
Generate a software stack that markets itself!
32 lines (31 loc) • 631 B
JSON
{
"name": "stackflow",
"version": "2.1.0",
"description": "Generate a software stack that markets itself!",
"main": "stackflow.js",
"scripts": {
"test": "node test"
},
"bin": {
"stackflow": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lxe/stackflow.git"
},
"keywords": [
"stack",
"software",
"parody",
"humor"
],
"author": "Aleksey Smolenchuk <lxe@lxe.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lxe/stackflow/issues"
},
"homepage": "https://github.com/lxe/stackflow",
"dependencies": {
"sowpods": "^1.1.0"
}
}