UNPKG

frontbox

Version:
35 lines (34 loc) 707 B
{ "name": "frontbox", "version": "1.0.8", "description": "Static Site Generators", "main": "./lib/index.js", "bin": { "frontbox": "bin/frontbox.js" }, "dependencies": { "fs-extra": "^0.30.0" }, "repository": { "type": "git", "url": "git@github.com:lynkxyz/frontbox.git" }, "keywords": [ "html", "jade", "stylus", "sass", "scss", "static" ], "devDependencies": { "fs-extra": "^0.30.0" }, "homepage": "https://github.com/lynkxyz/frontbox", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "lynkxyz <lynkxyz@gmail.com> (http://lynkxyz.github.io)", "license": "ISC", "preferGlobal": "true" }