Skip to content

Commit 13514a0

Browse files
committed
first commit
0 parents  commit 13514a0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "react-css-modules",
3+
"description": "",
4+
"main": "dist/index.js",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/gajus/react-css-modules"
8+
},
9+
"keywords": [
10+
"react",
11+
"css",
12+
"modules"
13+
],
14+
"version": "0.0.0",
15+
"author": {
16+
"name": "Gajus Kuizinas",
17+
"email": "gk@anuary.com",
18+
"url": "http://gajus.com"
19+
},
20+
"license": "BSD-3-Clause"
21+
}

0 commit comments

Comments
 (0)