parse-procfile
Version:
parse procfiles into objects
28 lines (27 loc) • 577 B
JSON
{
"name": "parse-procfile",
"version": "0.0.2",
"description": "parse procfiles into objects",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/binocarlos/parse-procfile"
},
"keywords": [
"procfile",
"parse",
"parser"
],
"author": "Kai Davenport",
"license": "MIT",
"bugs": {
"url": "https://github.com/binocarlos/parse-procfile/issues"
},
"homepage": "https://github.com/binocarlos/parse-procfile",
"devDependencies": {
"tape": "^2.13.4"
}
}