UNPKG

node-stylus-css-modules-require

Version:

Allows require to import css-module objects(tokens) from stylus files.

28 lines (27 loc) 841 B
{ "name": "node-stylus-css-modules-require", "version": "0.3.2", "description": "Allows require to import css-module objects(tokens) from stylus files.", "main": "./src/index.js", "scripts": { "test": "node_modules/mocha/bin/mocha --slow 0 tests/**-spec.js" }, "author": "Joel Roxell <joel.roxell@na-kd.com> (https://github.com/JoelRoxell)", "license": "MIT", "dependencies": { "camelcase": "^4.0.0", "generic-names": "^1.0.2", "postcss": "^5.2.5", "postcss-modules-extract-imports": "^1.0.1", "postcss-modules-local-by-default": "^1.1.1", "postcss-modules-parser": "^1.1.0", "postcss-modules-scope": "^1.0.2", "postcss-modules-values": "^1.2.2", "stylus": "^0.54.5" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.1.2", "prepend-style-loader": "^0.2.0" } }