UNPKG

sui-framework

Version:

Open source Frontend Framework

45 lines (43 loc) 1.22 kB
{ "name": "sui-main", "version": "0.3.2", "description": "SUI Main", "main": "./src/_main.scss", "scripts": { "lint": "npm run lint:sass", "lint:sass": "scss-lint src/", "dist": "node-sass --output-style compressed src/_main.scss dist/main.css --importer ./scripts/importer.js", "postdist": "npm run postdist:postcss && npm run postdist:copy", "postdist:postcss": "postcss --use autoprefixer dist/main.css -d dist/", "postdist:copy": "cp -R src/images/ dist/images", "phoenix": "rm -rf node_modules && npm install" }, "pre-commit": [ "lint" ], "author": "SUI Engineers | @suiengineers", "license": "MIT", "keywords": [ "sui", "suiengineers", "main", "style" ], "repository": { "type": "git", "url": "https://github.com/SUI-Framework/SUI/tree/master/packages/main" }, "bugs": { "url": "https://github.com/SUI-Framework/SUI/issues" }, "homepage": "https://github.com/SUI-Framework/SUI/tree/master/packages/main#readme", "devDependencies": { "autoprefixer": "^6.1.2", "node-sass": "^3.1.2", "postcss-cli": "^2.3.2", "sui-pre-commit-rules": "latest" }, "dependencies": { "sui-settings": "latest" } }