UNPKG

aap.bash

Version:

language-agnostic buildpacks using aap.json: a npm-inspired, highlevel dependecy manager/buildtool using bash+git

36 lines (35 loc) 850 B
{ "name": "aap.bash", "version": "1.0.21", "description": "language-agnostic buildpacks using aap.json: a npm-inspired, highlevel dependecy manager/buildtool using bash+git", "main": "index.js", "directories": { "doc": "doc", "test": "test" }, "bin":{ "aap":"aap" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://coderofsalvation@github.com/coderofsalvation/aap.git" }, "keywords": [ "package", "manager", "buildtool", "utility", "language-agnostic", "bash", "aap", "deploy", "dependencymanager" ], "author": "coderofsalvation", "license": "ISC", "bugs": { "url": "https://github.com/coderofsalvation/aap/issues" }, "homepage": "https://github.com/coderofsalvation/aap#readme" }