UNPKG

liberty-flat

Version:

Liberty Flat theme for Livre's HTML5 engine.

56 lines (55 loc) 1.36 kB
{ "name": "liberty-flat", "version": "0.0.4", "description": "Liberty Flat theme for Livre's HTML5 engine.", "main": "index.js", "scripts": { "test": "mocha", "lint": "eslint *.js", "prebuild:js": "run-s lint build:pug", "build:js": "browserify . -o public/scripts/theme.js", "build:pug": "pug-module views/*.pug -o lib/templates.js", "build:stylus": "stylus stylus/index.styl --out public/stylesheets/theme.css", "build": "run-p build:js build:stylus" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/lcneves/liberty-flat.git" }, "keywords": [ "Liberty", "HTML5", "theme" ], "author": "Lucas Neves <lcneves@gmail.com> (https://www.lcneves.com)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/lcneves/liberty-flat/issues" }, "homepage": "https://github.com/lcneves/liberty-flat#readme", "dependencies": { "livre-html": "latest" }, "devDependencies": { "babel-preset-env": "latest", "babelify": "latest", "browserify": "latest", "pug-module": "latest", "eslint": "latest", "mocha": "latest", "npm-run-all": "latest", "babel-polyfill": "latest" }, "browserify": { "transform": [ [ "babelify", { "presets": [ "env" ] } ] ] } }