-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 KB
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
42
43
44
45
{
"name": "typeplate",
"version": "2.0.0",
"description": "Typeplate » A typographic starter kit encouraging great type on the Web",
"homepage": "http://typeplate.com",
"repository": {
"url": "https://github.com/typeplate/typeplate.github.io"
},
"bugs": {
"url": "https://github.com/typeplate/typeplate.github.io/issues"
},
"licenses": [
{
"type": "CC-3.0",
"url": "http://creativecommons.org/licenses/by/3.0/us/legalcode"
}
],
"author": {
"name": "Dennis Gaebel and Zachary Kain"
},
"private": false,
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-livereload": "~0.1.2",
"grunt-sass": "^1.1.0",
"matchdep": "~0.3.0",
"grunt-dev-update": "~0.3.2",
"grunt-contrib-connect": "~0.6.0",
"grunt-asset-cachebuster": "~0.3.0",
"assemble": "~0.4.36",
"handlebars-helper-prettify": "~0.2.1",
"grunt-contrib-copy": "~0.5.0",
"jit-grunt": "^0.2.3"
},
"dependencies": {
"autoprefixer": "^6.3.3",
"clipboard": "^1.5.9",
"grunt-postcss": "^0.7.2"
}
}