UNPKG

nebula-css

Version:

ITCSS and BEMIT based framework that is ultra exensible and scales to any project size

48 lines (47 loc) 1.48 kB
{ "name": "nebula-css", "version": "2.7.1", "description": "ITCSS and BEMIT based framework that is ultra exensible and scales to any project size", "main": "index.js", "scripts": { "lint": "stylelint '*/**/*.scss' --syntax scss", "sass": "node-sass --output-style compressed --include-path ./nebula-css/ -o demo demo/scss/main.scss", "autoprefixer": "postcss -u autoprefixer -r demo/main.css", "build": "npm run sass && npm run autoprefixer", "serve": "http-server demo -o", "watch": "concurrently --kill-others \"onchange '*/**/*.scss' -- npm run build\" \"npm run serve\"", "start": "npm run build && npm run watch", "test": "npm run lint", "deploy": "npm run lint && npm run build && gh-pages -d demo" }, "repository": { "type": "git", "url": "git+https://github.com/rbrtsmith/nebula-css.git" }, "keywords": [ "itcss", "bemit", "bem", "sass", "oocss", "grid" ], "author": "Robert Smith", "license": "MIT", "bugs": { "url": "https://github.com/rbrtsmith/nebula-css/issues" }, "homepage": "https://github.com/rbrtsmith/nebula-css#readme", "devDependencies": { "autoprefixer": "^7.1.2", "concurrently": "^3.5.0", "gh-pages": "^1.0.0", "http-server": "^0.10.0", "node-sass": "^4.5.3", "onchange": "^3.2.1", "postcss-cli": "^4.1.0", "simple-autoreload-server": "^0.2.6", "stylelint": "^8.0.0", "stylelint-config-nebula": "^0.2.0" } }