apps
Version:
Create, validate, and render Heroku app.json manifests
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "apps",
"version": "0.8.3",
"description": "Create, validate, and render Heroku app.json manifests",
"main": "index.js",
"bin": {
"app": "./bin/apps",
"apps": "./bin/apps"
},
"scripts": {
"test": "mocha",
"build": "bin/build",
"doc": "bin/doc"
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/apps"
},
"keywords": [
"app.json"
],
"author": "Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/heroku/apps/issues"
},
"homepage": "https://github.com/heroku/apps",
"dependencies": {
"revalidator": "https://github.com/facundoolano/revalidator/tarball/master",
"github-url-to-object": "^0.4.1",
"superagent": "^0.17.0",
"browserify-hogan": "^0.1.2",
"hogan.js": "^2.0.0",
"brfs": "^1.0.2",
"async": "^0.7.0",
"heroku-client": "^1.2.0",
"commander": "^2.2.0",
"marked": "^0.3.2"
},
"devDependencies": {
"mocha": "^1.18.0",
"browserify": "^3.38.0",
"uglify-js": "^2.4.13",
"cheerio": "^0.15.0",
"nixt": "^0.3.0"
}
}