File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " css-modules-require-hook" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " A require hook to compile CSS Modules on the fly" ,
5+ "main" : " index.js" ,
6+ "dependencies" : {
7+ "css-modules-loader-core" : " 0.0.11" ,
8+ "object-assign" : " ^3.0.0"
9+ },
10+ "devDependencies" : {},
11+ "scripts" : {
12+ "test" : " mocha test"
13+ },
14+ "repository" : {
15+ "type" : " git" ,
16+ "url" : " https://github.com/sullenor/css-modules-require-hook.git"
17+ },
18+ "keywords" : [
19+ " css-modules" ,
20+ " require" ,
21+ " hook"
22+ ],
23+ "author" : {
24+ "name" : " Alexey Litvinov" ,
25+ "email" : " iamhoneyboy@gmail.com"
26+ },
27+ "license" : " MIT" ,
28+ "bugs" : {
29+ "url" : " https://github.com/sullenor/css-modules-require-hook/issues"
30+ },
31+ "homepage" : " https://github.com/sullenor/css-modules-require-hook"
32+ }
You can’t perform that action at this time.
0 commit comments