-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 870 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
41
{
"name": "stilr-classnames",
"version": "0.2.1",
"description": "Define Stilr styles within component definitions.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "YJ Yang <[email protected]>",
"license": "MIT",
"peerDependencies": {
"stilr": "*"
},
"dependencies": {
"classnames": "*",
"lodash.isfinite": "^3.2.0",
"lodash.isplainobject": "^3.2.0",
"lodash.isstring": "^3.0.1"
},
"devDependencies": {
"chai": "*"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chcokr/stilr-classnames.git"
},
"keywords": [
"stilr",
"inline",
"css",
"style",
"react"
],
"bugs": {
"url": "https://github.com/chcokr/stilr-classnames/issues"
},
"homepage": "https://github.com/chcokr/stilr-classnames#readme"
}