{ "name": "css-modulesify", "version": "0.28.0", "description": "A browserify transform to load CSS Modules", "main": "index.js", "dependencies": { "css-modules-loader-core": "^1.1.0", "dependency-graph": "^0.4.1", "object-assign": "^3.0.0", "promise-polyfill": "^2.1.0", "resolve": "^1.1.7", "string-hash": "^1.1.0", "through2": "^2.0.1" }, "devDependencies": { "browserify": "^11.0.1", "eslint": "^1.4.0", "proxyquire": "^1.6.0", "rebundler": "^0.2.0", "tape": "^4.0.1" }, "scripts": { "test": "tape tests/*.js", "lint": "eslint index.js tests/" }, "author": "joshwnj", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/css-modules/css-modulesify.git" }, "keywords": [ "browserify-transform", "browserify-plugin", "css-modules", "browserify", "css" ], "bugs": { "url": "https://github.com/css-modules/css-modulesify/issues" }, "homepage": "https://github.com/css-modules/css-modulesify" }