UNPKG

shower-realize

Version:

Realize theme for Shower HTML presentation engine

45 lines (44 loc) 967 B
{ "name": "shower-realize", "description": "Realize theme for Shower HTML presentation engine", "version": "1.0.2", "author": { "name": "Artem Altigin" }, "license": "MIT", "keywords": [ "shower", "presentation", "realize", "theme" ], "files": [ "docs/**", "fonts/**", "images/**", "pictures/**", "styles/*.css", "index.html", "LICENSE.md", "README.md" ], "devDependencies": { "autoprefixer": "^7.1.2", "browser-sync": "^2.14.0", "gulp": "^3.9.1", "gulp-header": "^1.8.8", "gulp-postcss": "^7.0.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.6.1", "gulp-sass": "^3.0.0", "path-exists-cli": "^1.0.0", "postcss-csso": "^2.0.0", "shower-core": "latest" }, "scripts": { "dev": "gulp", "styles": "gulp styles", "prepublish": "npm run styles", "test": "path-exists styles/screen-16x10.css && path-exists styles/screen-4x3.css" } }