summaryrefslogtreecommitdiff
path: root/package.json
blob: db81d41532aabdf723c65125ee177fd9838fa35b (plain)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
  "name": "hackmd",
  "version": "0.4.4",
  "description": "Realtime collaborative markdown notes on all platforms.",
  "main": "app.js",
  "license": "MIT",
  "scripts": {
    "dev": "webpack --config webpack.config.js --progress --colors --watch"
  },
  "dependencies": {
    "async": "^2.0.1",
    "blueimp-md5": "^2.3.0",
    "body-parser": "^1.15.2",
    "bootstrap": "^3.3.7",
    "chance": "^1.0.4",
    "cheerio": "^0.20.0",
    "compression": "^1.6.2",
    "connect-session-sequelize": "^3.1.0",
    "cookie": "0.3.1",
    "cookie-parser": "1.4.3",
    "diff-match-patch": "git+https://github.com/hackmdio/diff-match-patch.git",
    "ejs": "^2.5.1",
    "emojify.js": "^1.1.0",
    "express": ">=4.14",
    "express-session": "^1.14.0",
    "file-saver": "^1.3.3",
    "flowchart.js": "^1.6.3",
    "formidable": "^1.0.17",
    "gist-embed": "github:yukaii/gist-embed",
    "handlebars": "^4.0.5",
    "helmet": "^2.1.2",
    "highlight.js": "^9.7.0",
    "i18n": "^0.8.3",
    "imgur": "git+https://github.com/hackmdio/node-imgur.git",
    "jquery": "^3.1.1",
    "jquery-mousewheel": "^3.1.13",
    "jquery-textcomplete": "^1.7.3",
    "jquery-ui": "^1.12.1",
    "js-cookie": "^2.1.3",
    "js-sequence-diagrams": "^1000000.0.6",
    "js-url": "^2.3.0",
    "jsdom-nogyp": "^0.8.3",
    "keymaster": "^1.6.2",
    "list.js": "^1.2.0",
    "lodash": "^4.16.4",
    "lz-string": "1.4.4",
    "markdown-it": "^7.0.1",
    "markdown-it-abbr": "^1.0.4",
    "markdown-it-container": "^2.0.0",
    "markdown-it-deflist": "^2.0.1",
    "markdown-it-footnote": "^3.0.1",
    "markdown-it-imsize": "^2.0.1",
    "markdown-it-ins": "^2.0.0",
    "markdown-it-mark": "^2.0.0",
    "markdown-it-mathjax": "^1.0.3",
    "markdown-it-regexp": "^0.4.0",
    "markdown-it-sub": "^1.0.0",
    "markdown-it-sup": "^1.0.0",
    "markdown-pdf": "^7.0.0",
    "meta-marked": "^0.4.1",
    "method-override": "^2.3.6",
    "moment": "^2.14.1",
    "morgan": "^1.7.0",
    "mysql": "^2.11.1",
    "node-uuid": "^1.4.7",
    "ot": "0.0.15",
    "passport": "^0.3.2",
    "passport-dropbox-oauth2": "^1.1.0",
    "passport-facebook": "^2.1.1",
    "passport-github": "^1.1.0",
    "passport-gitlab2": "^2.2.0",
    "passport-google-oauth20": "^1.0.0",
    "passport-twitter": "^1.0.4",
    "passport.socketio": "^3.6.2",
    "pdfobject": "^2.0.201604172",
    "pg": "^6.0.3",
    "pg-hstore": "^2.3.2",
    "prismjs": "^1.5.1",
    "randomcolor": "^0.4.4",
    "raphael": "github:dmitrybaranovskiy/raphael",
    "request": "^2.74.0",
    "reveal.js": "3.3.0",
    "sequelize": "^3.23.6",
    "sequelize-cli": "^2.4.0",
    "shortid": "2.2.6",
    "socket.io": "1.4.8",
    "socket.io-client": "^1.4.8",
    "sqlite3": "^3.1.4",
    "store": "^1.3.20",
    "string": "^3.3.1",
    "tedious": "^1.14.0",
    "to-markdown": "^3.0.1",
    "toobusy-js": "^0.5.1",
    "visibilityjs": "^1.2.4",
    "viz.js": "^1.3.0",
    "winston": "^2.2.0"
  },
  "engines": {
    "node": ">=4.x"
  },
  "bugs": "https://github.com/hackmdio/hackmd/issues",
  "keywords": [
    "Collaborative",
    "Markdown",
    "Notes"
  ],
  "homepage": "https://hackmd.io",
  "maintainers": [
    {
      "name": "Max Wu",
      "email": "jackymaxj@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hackmdio/hackmd.git"
  },
  "devDependencies": {
    "babel-loader": "^6.2.5",
    "bower-webpack-plugin": "^0.1.9",
    "css-loader": "^0.25.0",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.9.0",
    "imports-loader": "^0.6.5",
    "json-loader": "^0.5.4",
    "style-loader": "^0.13.1",
    "url-loader": "^0.5.7",
    "webpack": "^1.13.2"
  }
}