-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
41 lines (41 loc) · 932 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
{
"name": "postcss-responsive-type",
"version": "1.0.0",
"description": "PostCSS plugin that adds responsive magic to font-size",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"typography"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/seaneking/postcss-responsive-type.git"
},
"author": "Sean King <sean@simpla.io>",
"maintainers": [
{
"name": "Sean King",
"email": "sean@simpla.io",
"web": "http://simpla.io"
}
],
"bugs": {
"url": "https://github.com/seaneking/postcss-responsive-type/issues"
},
"homepage": "https://github.com/seaneking/postcss-responsive-type",
"devDependencies": {
"chai": "^4.0.2",
"eslint": "^4.1.1",
"mocha": "^3.4.2",
"postcss": "^8.4.6"
},
"peerDependencies": {
"postcss": "^8.4.6"
},
"scripts": {
"test": "mocha test",
"posttest": "eslint ."
}
}