UNPKG

1.04 kBJSONView Raw
1{
2 "name": "css-modulesify",
3 "version": "0.26.0",
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 "resolve": "^1.1.7",
12 "string-hash": "^1.1.0",
13 "through2": "^2.0.1"
14 },
15 "devDependencies": {
16 "browserify": "^11.0.1",
17 "eslint": "^1.4.0",
18 "proxyquire": "^1.6.0",
19 "rebundler": "^0.2.0",
20 "tape": "^4.0.1"
21 },
22 "scripts": {
23 "test": "tape tests/*.js",
24 "lint": "eslint index.js tests/"
25 },
26 "author": "joshwnj",
27 "license": "MIT",
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/css-modules/css-modulesify.git"
31 },
32 "keywords": [
33 "browserify-transform",
34 "browserify-plugin",
35 "css-modules",
36 "browserify",
37 "css"
38 ],
39 "bugs": {
40 "url": "https://github.com/css-modules/css-modulesify/issues"
41 },
42 "homepage": "https://github.com/css-modules/css-modulesify"
43}