forked from HaxeFlixel/haxeflixel.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 827 Bytes
/
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
{
"name": "haxeflixel.com",
"version": "0.2.0",
"description": "New DocPad project without using a skeleton",
"repository": {
"type": "git",
"url": "https://github.com/HaxeFlixel/haxeflixel.com.git"
},
"dependencies": {
"docpad": "6.78.4",
"docpad-plugin-cleanurls": "2.11.0",
"docpad-plugin-eco": "2.1.0",
"docpad-plugin-gist": "2.1.1",
"docpad-plugin-less": "2.4.1",
"docpad-plugin-livereload": "2.7.1",
"docpad-plugin-marked": "2.3.0",
"docpad-plugin-partials": "2.8.1",
"docpad-plugin-repocloner": "2.2.2",
"docpad-plugin-services": "^2.6.0",
"docpad-plugin-thumbnails": "2.1.2",
"remove-markdown": "0.1.0"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "docpad run",
"build": "docpad generate --env static"
}
}