app.json
Version:
Create, validate, and render Heroku app.json manifests
24 lines (23 loc) • 391 B
JSON
{
"name": "app.json",
"description": "Create, validate, and render Heroku app.json manifests",
"version": "1.2.1",
"license": "ISC",
"keywords": [
"app.json"
],
"main": [
"dist/app.json.js",
"dist/app.json.lite.js"
],
"ignore": [
".travis.yml",
"node_modules",
"templates",
"test",
"lib",
"bin",
"package.json",
"index.js"
]
}