-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 865 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
{
"name": "postcss-strip-units",
"version": "2.0.1",
"description": "PostCSS plugin that strips units off of property values",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"strip",
"strip-units"
],
"author": "James Whitney <[email protected]>",
"license": "MIT",
"repository": "whitneyit/postcss-strip-units",
"bugs": {
"url": "https://github.com/whitneyit/postcss-strip-units/issues"
},
"homepage": "https://github.com/whitneyit/postcss-strip-units",
"dependencies": {
"postcss": "^6.0.14",
"reduce-function-call": "^1.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"gulp": "^3.9.0",
"gulp-eslint": "^4.0.0",
"gulp-mocha": "^4.3.1",
"postcss-calc": "^6.0.1",
"postcss-custom-properties": "^6.2.0",
"postcss-reporter": "^5.0.0"
},
"scripts": {
"test": "gulp"
}
}