forked from cliss/camel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.55 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.55 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
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
{
"name": "Camel",
"version": "1.4.6",
"description": "FeatureLiss blogging software",
"keywords": [
"blog",
"blogging",
"camel"
],
"main": "camel.js",
"homepage": "http://github.com/cliss/camel/",
"repository": {
"type": "git",
"url": "https://github.com/cliss/camel.git"
},
"author": {
"name": "Casey Liss",
"url": "http://www.caseyliss.com/"
},
"contributors": [
{
"name": "Max Bucknell",
"url": "http://maxbucknell.com/"
},
{
"name": "Ben Elsen",
"url": "http://benelsen.com/"
},
{
"name": "Benjamin Esham",
"url": "http://esham.io/"
},
{
"name": "Sergei Filippov",
"url": "http://haiku.co.nz/"
},
{
"name": "ksgant",
"url": "https://github.com/ksgant/"
},
{
"name": "Robbie Mckennie",
"url": "http://herebedragons.no-ip.org/"
},
{
"name": "Marco Vega",
"url": "http://www.extd.co/"
}
],
"bugs": "https://github.com/cliss/camel/issues",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"dependencies": {
"basic-auth": "^1.0.1",
"body-parser": "^1.12.4",
"compression": "^1.4.1",
"express": "^4.12.0",
"fs-extra": "^4.0.1",
"handlebars": "^2.0.0",
"markdown-it": "^3.0.7",
"markdown-it-footnote": "^0.1.0",
"q-io": "^1.11.6",
"rss": "^1.1.1",
"sugar": "^1.4.1",
"twitter": "^1.2.1",
"underscore": "^1.8.2",
"yaml-front-matter": "^3.4.0"
},
"engines": {
"node": "0.10.x"
}
}