forked from joemccann/dillinger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.15 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
{
"name": "Dillinger",
"description": "Dillinger, the last Markdown editor you'll ever need, by your's truly, Joe McCann.",
"version": "0.6.4",
"author": {
"name": "Joe McCann",
"email": "joe@subprint.com"
},
"contributors": [
{
"name": "Joe McCann",
"email": "joe@subprint.com"
}
],
"scripts": {
"start": "node app.js",
"predeploy": "node build.js"
},
"keywords": [
"dillinger",
"markdown",
"editor",
"ide",
"text",
"html",
"express",
"api"
],
"repository": {
"type": "git",
"url": "git://github.com/joemccann/dillinger"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"express": ">=3.0.0rc3",
"rc": "0.3.0",
"stylus": ">=0.28.2",
"ejs": ">=0.8.1",
"request": ">=2.9.203",
"colors": ">=0.6.0-1",
"node-markdown": ">=0.1.0",
"lodash": ">=0.6.1",
"dbox": "0.6.3",
"googleapis": "0.2.12-alpha",
"marked": "~0.2.9",
"phantomjs": "~1.9.0-6"
},
"devDependencies": {
"smoosh": ">=0.3.2",
"walkdir": ">=0.0.5"
},
"subdomain": "dill",
"domains": [
"dillinger.io",
"www.dillinger.io"
]
}