-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
43 lines (43 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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"
}