-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 853 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 853 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
{
"name": "univunix.docpad",
"version": "1.0.0",
"description": "UnivUnix skeleton",
"engines": {
"node": "0.10",
"npm": "1.3"
},
"dependencies": {
"docpad": "~6.69.0",
"docpad-plugin-cleanurls": "~2.7.0",
"docpad-plugin-coffeescript": "~2.4.0",
"docpad-plugin-ect": "~2.0.1",
"docpad-plugin-less": "~2.4.1",
"docpad-plugin-marked": "~2.2.1",
"docpad-plugin-moment": "~2.0.2",
"docpad-plugin-paged": "~2.2.5",
"docpad-plugin-partials": "~2.9.1",
"docpad-plugin-thumbnails": "~2.1.2",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-uglify": "latest",
"html-to-text": "latest",
"safeps": "latest"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node_modules/docpad/bin/docpad-server"
}
}