-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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
{
"name": "circlescms",
"version": "0.0.2",
"description": "My personal website christian.sterzl.info",
"main": "server.js",
"homepage": "http://christian.sterzl.info",
"author": {
"name": "Christian Sterzl",
"email": "[email protected]",
"url": "http://christian.sterzl.info"
},
"engines": {
"node": ">= 0.11.0",
"npm": ">= 1.0.0"
},
"private": true,
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-stylus": "^1.0.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-debug-task": "^0.1.8",
"grunt-metalsmith": "github:waxolunist/grunt-metalsmith#v1.0.2",
"grunt-sed": "^0.1.1",
"grunt-sitemap": "^1.2.1",
"grunt-env": "^0.4.4",
"highlight.js": "^8.5.0",
"marked": "^0.3.3",
"metalsmith-collections": "^0.7.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-feed": "0.0.6",
"metalsmith-filemetadata": "0.0.4",
"metalsmith-ignore": "^0.1.2",
"metalsmith-markdown": "^0.2.1",
"metalsmith-path": "^0.1.0",
"metalsmith-writemetadata": "0.4.4",
"node-static": "^0.7.6",
"rjs-build-analysis": "0.0.3",
"underscore": "^1.8.2",
"underscore.string": "^3.0.3"
},
"dependencies": {
"koa": "^0.18.1",
"koa-compress": "^1.0.8",
"koa-file-server": "^2.3.0",
"koa-rewrite": "^1.1.0",
"koa-static": "^1.4.9"
},
"scripts": {
"start": "node --harmony server.js"
}
}