UNPKG

closeheat

Version:

Static Website Hosting with CMS without touching your code.

68 lines (67 loc) 1.65 kB
{ "name": "closeheat", "version": "2.0.0", "author": "Domas Bitvinskas <domas.bitvinskas@me.com>", "contributors": [ "Justas Palumickas <jpalumickas@gmail.com>" ], "description": "Static Website Hosting with CMS without touching your code.", "license": "MIT", "bin": { "closeheat": "./dist/bin/closeheat.js" }, "homepage": "https://github.com/closeheat/cli", "repository": { "type": "git", "url": "git://github.com/closeheat/cli.git" }, "scripts": { "postinstall": "node ./dist/bin/closeheat postinstall", "test": "gulp test" }, "dependencies": { "bluebird": "^2.9.8", "chalk": "^1.1.1", "check-update": "0.0.8", "commander": "^2.6.0", "couleurs": "^5.0.0", "git-wrapper": "^0.1.1", "home-path": "^1.0.1", "inquirer": "^0.11.0", "lodash": "^3.1.0", "opbeat": "^3.3.0", "open": "0.0.5", "pusher-client": "^1.0.0", "request": "^2.53.0", "stacktrace-js": "1.0.1", "text-table": "^0.2.0" }, "keywords": [ "closeheat", "static website hosting", "hosting", "static", "jekyll", "cms", "content management system" ], "devDependencies": { "ansi-regex": "^2.0.0", "body-parser": "^1.14.1", "chai": "^3.4.0", "coffee-script": "^1.8.0", "express": "^4.13.3", "gulp": "^3.9.0", "gulp-coffee": "^2.3.1", "gulp-insert": "^0.5.0", "gulp-mocha": "^2.0.0", "gulp-rename": "^1.2.0", "gulp-replace": "^0.5.0", "gulp-shell": "^0.5.0", "gulp-util": "^3.0.7", "gulp-watch": "^4.3.5", "nixt": "^0.4.1", "rimraf": "^2.4.3", "strip-ansi": "^3.0.0" } }