-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
85 lines (85 loc) · 2.78 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "paulradzkov.com",
"version": "0.1.0",
"private": true,
"description": "Blog running on DocPad",
"homepage": "https://github.com/paulradzkov/paulradzkov.com",
"keywords": [
"docpad-skeleton",
"docpad",
"website",
"skeleton",
"html5 boilerplate",
"h5bp"
],
"author": "Paul Radzkov <radzkov@gmail.com> (http://paulradzkov.com)",
"maintainers": [
"Paul Radzkov <radzkov@gmail.com> (http://paulradzkov.com)"
],
"contributors": [
"Paul Radzkov <radzkov@gmail.com> (http://paulradzkov.com)"
],
"bugs": {
"url": "https://github.com/paulradzkov/paulradzkov.com/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/paulradzkov/paulradzkov.com.git"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"dependencies": {},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"bettertext.css": "^2.0.4",
"cssnano": "^2.0.2",
"docpad": "6.79.4",
"docpad-plugin-cleanurls": "~2.11.0",
"docpad-plugin-coffeescript": "~2.6.0",
"docpad-plugin-eco": "~2.2.1",
"docpad-plugin-highlightjs": "^2.5.0",
"docpad-plugin-less": "^2.6.0",
"docpad-plugin-livereload": "^2.10.0",
"docpad-plugin-marked": "^2.5.0",
"docpad-plugin-moment": "~2.0.2",
"docpad-plugin-navlinks": "~2.0.4",
"docpad-plugin-partials": "~2.11.0",
"docpad-plugin-raw": "~2.5.1",
"docpad-plugin-rss": "~2.3.1",
"docpad-plugin-sitemap": "~2.4.0",
"docpad-plugin-stylus": "^2.14.0",
"flxgrid.css": "^1.0.0",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-ftp-deploy": "^0.2.0",
"grunt-gh-pages": "^3.1.0",
"grunt-img2base64": "0.0.7",
"grunt-modernizr": "^2.0.1",
"grunt-pageres": "^4.0.1",
"grunt-pagespeed": "^2.0.1",
"grunt-postcss": "^0.8.0",
"grunt-shell": "^1.3.1",
"grunt-shell-spawn": "^0.4.0",
"grunt-uncss": "^0.8.4",
"ilyabirman-likely": "^2.3.1",
"links.less": "0.0.5",
"load-grunt-tasks": "^3.5.2",
"normalize.css": "^7.0.0",
"pixrem": "^1.3.0",
"postcss-base64": "^0.6.1",
"space.less": "0.0.2",
"time-grunt": "^1.4.0"
},
"main": "node_modules/docpad/bin/docpad-server"
}