-
-
Notifications
You must be signed in to change notification settings - Fork 389
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.06 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.06 KB
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
42
43
44
45
46
47
48
49
{
"name": "jss-plugin-syntax-compose",
"description": "JSS plugin for classes composition",
"version": "5.0.0",
"license": "MIT",
"homepage": "http://cssinjs.org/jss-compose",
"main": "dist/jss-plugin-syntax-compose.cjs.js",
"module": "dist/jss-plugin-syntax-compose.esm.js",
"typings": "./src/index.d.ts",
"author": {
"name": "Pavel Davydov",
"email": "typical000@gmail.com"
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
},
"bugs": {
"url": "https://github.com/cssinjs/jss/issues/new?title=[jss-plugin-syntax-compose]"
},
"files": [
"dist",
"src",
"LICENSE"
],
"keywords": [
"cssinnjs",
"css-in-js",
"css in js",
"jss",
"plugin",
"compose",
"composition"
],
"scripts": {
"build": "node ../../scripts/build.js",
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"devDependencies": {
"jss": "^9.0.0"
},
"peerDependencies": {
"jss": "^9.0.0"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"warning": "^3.0.0"
}
}