UNPKG

1.02 kBJSONView Raw
1{
2 "name": "css-modulesify",
3 "version": "0.17.1",
4 "description": "A browserify transform to load CSS Modules",
5 "main": "index.js",
6 "dependencies": {
7 "css-modules-loader-core": "^1.0.0",
8 "dependency-graph": "^0.4.1",
9 "object-assign": "^3.0.0",
10 "promise-polyfill": "^2.1.0",
11 "string-hash": "^1.1.0",
12 "through": "^2.3.7"
13 },
14 "devDependencies": {
15 "browserify": "^11.0.1",
16 "eslint": "^1.4.0",
17 "proxyquire": "^1.6.0",
18 "rebundler": "^0.2.0",
19 "tape": "^4.0.1"
20 },
21 "scripts": {
22 "test": "tape tests/*.js",
23 "lint": "eslint index.js tests/"
24 },
25 "author": "joshwnj",
26 "license": "MIT",
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/css-modules/css-modulesify.git"
30 },
31 "keywords": [
32 "browserify-transform",
33 "browserify-plugin",
34 "css-modules",
35 "browserify",
36 "css"
37 ],
38 "bugs": {
39 "url": "https://github.com/css-modules/css-modulesify/issues"
40 },
41 "homepage": "https://github.com/css-modules/css-modulesify"
42}