Skip to content

Commit d5ba7f6

Browse files
committed
added package.json
1 parent 687498c commit d5ba7f6

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

package.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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": "[email protected]"
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+
}

0 commit comments

Comments
 (0)