forked from vvenv/postcss-flexible
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 779 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 779 Bytes
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
{
"name": "postcss-flexible",
"version": "0.5.4",
"description": "flexible transformer for flexible",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha",
"test-win": "istanbul cover node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crossjs/postcss-flexible.git"
},
"keywords": [
"css",
"dpr",
"rem",
"url",
"flexible"
],
"author": "crossjs",
"license": "MIT",
"bugs": {
"url": "https://github.com/crossjs/postcss-flexible/issues"
},
"homepage": "https://github.com/crossjs/postcss-flexible#readme",
"dependencies": {
"postcss": "^5.2.0"
},
"devDependencies": {
"istanbul": "0.4.5",
"mocha": "^3.0.2",
"postcss": "^5.2.0"
}
}