-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 799 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
{
"name": "postcss-logical-properties",
"version": "0.0.4",
"description": "Transform start/end properties to left/right depending on LTR or RTL writing directions of the document",
"main": "index.js",
"keywords": [
"css",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"devDependencies": {
"tap-spec": "^2.2.2",
"tape": "^3.5.0"
},
"homepage": "https://github.com/ahmadalfy/postcss-logical-properties",
"author": "Ahmad Alfy <ahmadalfy@gmail.com> (https://github.com/ahmadalfy/logical-properties)",
"repository": {
"type": "git",
"url": "https://github.com/ahmadalfy/postcss-logical-properties"
},
"dependencies": {
"postcss": "^4.1.11"
},
"bugs": {
"url": "https://github.com/ahmadalfy/postcss-logical-properties/issues"
}
}