-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 794 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 794 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
36
37
{
"dependencies": {
"postcss": "^7.0.0",
"simple-loop": "0.0.4"
},
"name": "jstransformer-postcss",
"version": "1.3.0",
"description": "PostCSS support for JSTransformers.",
"keywords": [
"jstransformer",
"postcss"
],
"files": [
"index.js"
],
"devDependencies": {
"postcss-color-function": "^4.0.0",
"test-jstransformer": "^1.0.0",
"xo": "*"
},
"scripts": {
"test": "test-jstransformer",
"posttest": "xo --space=2 --no-semicolon index.js"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/jstransformers/jstransformer-postcss.git"
},
"author": {
"name": "JSTransformers Team",
"url": "http://github.com/orgs/jstransformers/people"
},
"license": "MIT"
}