-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 923 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
{
"name": "flipps",
"version": "1.0.1",
"description": "Stylis plugin based on rtlcss",
"main": "dist/flipps.js",
"scripts": {
"build": "babel src --out-dir dist --ignore test.js",
"prepublish": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheBilTheory/flipps.git"
},
"keywords": [
"rtl",
"ltr",
"arabic",
"stylis",
"rtlcss",
"emotion",
"emotion-js",
"css",
"preprocessor",
"middle-east"
],
"author": "Bil Benhamou",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheBilTheory/flipps/issues"
},
"homepage": "https://github.com/TheBilTheory/flipps#readme",
"peerDependencies": {
"stylis": "^3.5.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"jest": "^23.5.0"
},
"dependencies": {
"rtlcss": "^2.4.0"
}
}