UNPKG

gae-static

Version:

CLI for creating static sites on Google App Engine

41 lines (40 loc) 996 B
{ "name": "gae-static", "about": { "name": "GAE Static Site Command-Line Interface", "author": "TZ Martin <martin@semanticpress.com> (http://semanticpress.com/)", "copyright": "Copyright (c) 2015, TZ Martin." }, "version": "1.0.0", "description": "CLI for creating static sites on Google App Engine", "main": "./lib/gae-static", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "preferGlobal": true, "repository": { "type": "git", "url": "https://github.com/tzmartin/gae-static.git" }, "keywords": [ "Google", "App", "Engine", "GAE", "jekyll", "static", "sites", "static", "html", "cdn" ], "engines": { "node": ">=0.10" }, "author": "TZ Martin <martin@semanticpress.com> (http://semanticpress.com/)", "license": "Apache Public License v2", "bugs": { "url": "https://github.com/tzmartin/gae-static/issues" }, "homepage": "https://github.com/tzmartin/gae-static" }