-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 643 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 643 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
{
"name": "bettertext.css",
"version": "2.0.5",
"description": "Typography for naked HTML and Markdown",
"author": "Paul Radzkov <radzkov@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/paulradzkov/bettertext.css.git"
},
"keywords": [
"typography",
"css",
"less",
"defaults",
"text",
"content"
],
"dependencies": {},
"main": "bettertext.less",
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-notify": "^0.4.3",
"time-grunt": "^1.3.0"
}
}