-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 844 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
{
"name": "typography-baseline.css",
"version": "5.0.0",
"description": "A good start to your CSS typography that covers all the semantic nooks and crannies",
"main": "src/baseline.css",
"style": "src/baseline.css",
"files": [
"LICENSE.md",
"src/baseline.css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/paceaux/typography-baseline.git"
},
"keywords": [
"CSS",
"Typography"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/paceaux/typography-baseline/issues"
},
"homepage": "https://github.com/paceaux/typography-baseline#readme",
"author": "Frank M. Taylor",
"devDependencies": {
"stylelint": "^15.6.1",
"stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3"
},
"scripts": {
"test": "stylelint src/baseline.css"
}
}