-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
75 lines (75 loc) · 1.58 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
{
"name": "Camel",
"version": "1.5.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": {
"start": "nodemon ./camel.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"dependencies": {
"basic-auth": "^1.0.4",
"body-parser": "^1.15.1",
"compression": "~1.6.2",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"markdown-it": "^13.0.1",
"markdown-it-footnote": "~2.0.0",
"promise": "^7.0.4",
"q-io": "^1.13.2",
"rss": "~1.2.1",
"sugar": "~1.4.1",
"twitter": "~1.3.0",
"underscore": "^1.13.3"
},
"engines": {
"node": "0.12.x"
}
}