awf
Version:
CLI for managing Alfred workflows (macOS only)
47 lines (46 loc) • 858 B
JSON
{
"name": "awf",
"version": "0.3.1",
"os": [
"darwin"
],
"description": "CLI for managing Alfred workflows (macOS only)",
"bin": {
"awf": "bin/awf"
},
"preferGlobal": true,
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/mklement0/awf"
},
"bugs": {
"url": "https://github.com/mklement0/awf/issues"
},
"scripts": {
"test": "make test"
},
"keywords": [
"macOS",
"osx",
"alfred",
"workflows",
"awf",
"CLI"
],
"author": "Michael Klement <mklement0@gmail.com> (http://same2u.net)",
"license": "MIT",
"net_same2u": {
"make_pkg": {
"tocOn": false,
"tocTitle": "**Contents**"
}
},
"devDependencies": {
"doctoc": "^0.13.0",
"json": "^9.0.2",
"replace": "^0.3.0",
"semver": "^4.1.0",
"urchin": "0.0.4"
}
}