UNPKG

bless-css-webpack-plugin-extended

Version:
71 lines (70 loc) 1.54 kB
{ "name": "bless-css-webpack-plugin-extended", "version": "2.2.0-beta11", "description": "A webpack plugin for bless CSS", "main": "src/plugin.js", "scripts": { "pretest": "npm run lint", "test": "nyc mocha", "lint": "xo", "start": "mocha --watch test/*.spec.js", "preversion": "npm test", "postversion": "npm publish", "codecov": "cat coverage/lcov.info | codecov" }, "repository": { "type": "git", "url": "git+https://github.com/fleck/bless-css-webpack-plugin.git" }, "keywords": [ "webpack plugin", "bless", "blesscss", "webpack" ], "author": "Matt Lewis", "license": "MIT", "bugs": { "url": "https://github.com/fleck/bless-css-webpack-plugin/issues" }, "homepage": "https://github.com/fleck/bless-css-webpack-plugin#readme", "dependencies": { "bless": "^4.0.4", "clean-css": "^4.1.7", "webpack-sources": "^0.2.3" }, "devDependencies": { "chai": "^3.5.0", "codecov-lite": "^0.1.3", "css-loader": "^0.28.0", "extract-text-webpack-plugin": "^2.0.0-rc.3", "html-webpack-plugin": "^2.24.1", "mocha": "^3.1.2", "node-sass": "^4.5.0", "nyc": "^10.1.2", "sass-loader": "^6.0.2", "style-loader": "^0.16.1", "webpack": "^2.2.1", "xo": "^0.18.1" }, "engines": { "node": ">= 4.0.0" }, "files": [ "src" ], "xo": { "space": true, "envs": [ "node", "mocha" ] }, "nyc": { "reporter": [ "lcovonly", "text-summary", "html" ] } }