-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
45 lines (45 loc) · 1010 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
42
43
44
45
{
"name": "stylis-rtl",
"version": "1.0.1",
"description": "Stylis RTL plugin based on CSSJanus",
"main": "dist/stylis-rtl.js",
"scripts": {
"build": "babel src --out-dir dist --ignore test.js",
"flow": "flow check",
"prepublish": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FindHotel/stylis-rtl.git"
},
"keywords": [
"rtl",
"bidi",
"stylis",
"emotion",
"emotion-js",
"css",
"preprocessor"
],
"author": "Jop de Klein",
"license": "ISC",
"bugs": {
"url": "https://github.com/FindHotel/stylis-rtl/issues"
},
"homepage": "https://github.com/FindHotel/stylis-rtl#readme",
"peerDependencies": {
"stylis": "3.x"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"flow-bin": "^0.78.0",
"flow-typed": "^2.5.1",
"jest": "^23.5.0"
},
"dependencies": {
"cssjanus": "^1.3.0"
}
}