-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 830 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 830 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
{
"name": "typography",
"version": "1.4.4",
"author": "HiØ, Kenneth Lindbeck-Dahlstrøm <kld@hiof.no>",
"repository": {
"type": "git",
"url": "https://github.com/hiof/typography.git"
},
"contributors": [
{
"name": "Kenneth Lindbeck-Dahlstrøm",
"email": "kld@hiof.no"
}
],
"devDependencies": {
"grunt": "^1.0.2",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-css-important": "^0.1.0",
"grunt-sass": "^2.1.0",
"grunt-ssh": "^0.12.9",
"grunt-static-versioning": "^0.2.1",
"matchdep": "*",
"moment": "^2.10.3",
"time-grunt": "^1.4.0"
},
"dependencies": {
"bower": "^1.8.2"
},
"license": "GPL-3.0"
}