UNPKG

artistry

Version:

A powerful and configurable stylesheet

56 lines (55 loc) 1.48 kB
{ "name": "artistry", "version": "0.9.8", "author": "Sean Johnson <sjohnson@sjohnsonaz.com>", "private": false, "repository": "https://www.github.com/sjohnsonaz/artistry.git", "license": "MIT", "description": "A powerful and configurable stylesheet", "main": "src/styl/main.styl", "scripts": { "prepublishOnly": "webpack", "build": "webpack", "min": "webpack --progress", "dev": "webpack --config webpack.dev.config.js --progress", "watch": "webpack --config webpack.dev.config.js --watch --progress", "open": "opn test/html/index.html" }, "dependencies": { "normalize.css": "8.0.1" }, "devDependencies": { "@types/jquery": "3.3.31", "autoprefixer": "9.6.1", "clean-css-loader": "2.0.0", "css-loader": "3.2.0", "handlebars": "4.4.1", "handlebars-loader": "1.7.1", "jquery": "3.4.1", "mini-css-extract-plugin": "0.8.0", "opn-cli": "4.0.0", "optimize-css-assets-webpack-plugin": "5.0.3", "postcss-loader": "3.0.0", "roboto-fontface": "0.10.0", "style-loader": "1.0.0", "stylus": "0.54.7", "stylus-loader": "3.0.2", "ts-loader": "6.2.0", "typescript": "3.6.3", "webpack": "4.41.0", "webpack-cli": "3.3.9" }, "keywords": [ "widget", "component", "html", "css", "stylesheet", "configurable", "modals", "tabs", "carousels", "buttons", "forms" ] }