forked from css-modules/css-modulesify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 948 Bytes
/
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
{
"name": "css-modulesify",
"version": "0.9.0",
"description": "A browserify transform to load CSS Modules",
"main": "index.js",
"dependencies": {
"css-modules-loader-core": "0.0.12",
"object-assign": "^3.0.0",
"string-hash": "^1.1.0",
"through": "^2.3.7"
},
"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"
}