HackMD/package.json

145 lines
4.0 KiB
JSON
Raw Normal View History

2015-05-04 07:53:29 +00:00
{
"name": "hackmd",
2016-10-11 03:01:05 +00:00
"version": "0.4.5",
2015-05-04 07:53:29 +00:00
"description": "Realtime collaborative markdown notes on all platforms.",
2015-05-15 04:58:13 +00:00
"main": "app.js",
2015-05-04 07:53:29 +00:00
"license": "MIT",
2016-10-07 15:05:23 +00:00
"scripts": {
2016-10-11 07:45:00 +00:00
"dev": "webpack --config webpack.config.js --progress --colors --watch",
2016-10-14 11:28:54 +00:00
"build": "webpack --config webpack.production.js --progress --colors",
"assets:install": "bower install",
"postinstall": "bin/heroku",
"start": "node app.js"
2016-10-07 15:05:23 +00:00
},
2015-05-04 07:53:29 +00:00
"dependencies": {
2016-10-12 09:03:47 +00:00
"Idle.Js": "github:shawnmclean/Idle.js",
2016-07-30 04:23:40 +00:00
"async": "^2.0.1",
"blueimp-md5": "^2.4.0",
2016-07-30 04:23:40 +00:00
"body-parser": "^1.15.2",
2016-10-07 15:05:23 +00:00
"bootstrap": "^3.3.7",
2016-07-30 04:23:40 +00:00
"chance": "^1.0.4",
"cheerio": "^0.22.0",
2016-06-17 08:32:05 +00:00
"compression": "^1.6.2",
"connect-session-sequelize": "^3.2.0",
2016-06-17 08:32:05 +00:00
"cookie": "0.3.1",
"cookie-parser": "1.4.3",
"diff-match-patch": "git+https://github.com/hackmdio/diff-match-patch.git",
"ejs": "^2.5.2",
"engine.io-client": "^1.7.0",
2016-07-30 04:23:40 +00:00
"express": ">=4.14",
"express-session": "^1.14.1",
2016-10-07 15:05:23 +00:00
"file-saver": "^1.3.3",
"flowchart.js": "^1.6.3",
2015-05-15 04:58:13 +00:00
"formidable": "^1.0.17",
2016-10-07 15:05:23 +00:00
"handlebars": "^4.0.5",
"helmet": "^2.3.0",
"i18n": "^0.8.3",
"imgur": "git+https://github.com/hackmdio/node-imgur.git",
2016-10-07 15:05:23 +00:00
"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",
2015-05-04 07:53:29 +00:00
"jsdom-nogyp": "^0.8.3",
2016-10-07 15:05:23 +00:00
"keymaster": "^1.6.2",
"list.js": "^1.2.0",
"list.pagination.js": "^0.1.1",
2016-10-07 15:05:23 +00:00
"lodash": "^4.16.4",
"lz-string": "1.4.4",
"markdown-it": "^8.0.0",
2016-10-07 15:05:23 +00:00
"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",
2016-03-15 03:14:00 +00:00
"markdown-pdf": "^7.0.0",
"meta-marked": "^0.4.2",
2016-06-17 08:32:05 +00:00
"method-override": "^2.3.6",
"moment": "^2.15.1",
2016-03-15 03:14:00 +00:00
"morgan": "^1.7.0",
2016-06-17 08:32:05 +00:00
"mysql": "^2.11.1",
"node-uuid": "^1.4.7",
"passport": "^0.3.2",
2016-06-17 08:32:05 +00:00
"passport-dropbox-oauth2": "^1.1.0",
"passport-facebook": "^2.1.1",
2016-03-15 03:14:00 +00:00
"passport-github": "^1.1.0",
"passport-gitlab2": "^2.2.0",
2016-05-21 14:48:00 +00:00
"passport-google-oauth20": "^1.0.0",
2016-03-15 03:14:00 +00:00
"passport-twitter": "^1.0.4",
2016-07-30 04:23:40 +00:00
"passport.socketio": "^3.6.2",
2016-10-07 15:05:23 +00:00
"pdfobject": "^2.0.201604172",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
2016-10-07 15:05:23 +00:00
"prismjs": "^1.5.1",
2016-04-20 10:15:48 +00:00
"randomcolor": "^0.4.4",
2016-10-07 15:05:23 +00:00
"raphael": "github:dmitrybaranovskiy/raphael",
"request": "^2.75.0",
"reveal.js": "^3.3.0",
"sequelize": "^3.24.3",
2016-05-15 04:20:42 +00:00
"sequelize-cli": "^2.4.0",
2016-04-20 10:15:48 +00:00
"shortid": "2.2.6",
"socket.io": "1.5.0",
"socket.io-client": "^1.5.0",
2016-10-12 09:03:47 +00:00
"spin.js": "^2.3.2",
"sqlite3": "^3.1.6",
2016-10-07 15:05:23 +00:00
"store": "^1.3.20",
"string": "^3.3.1",
"tedious": "^1.14.0",
2016-10-07 15:05:23 +00:00
"to-markdown": "^3.0.1",
2016-07-30 04:23:40 +00:00
"toobusy-js": "^0.5.1",
2016-10-07 15:05:23 +00:00
"visibilityjs": "^1.2.4",
"viz.js": "^1.3.0",
"winston": "^2.2.0",
"xss": "^0.2.13"
2015-05-04 07:53:29 +00:00
},
"engines": {
"node": ">=4.x"
},
"bugs": "https://github.com/hackmdio/hackmd/issues",
2016-10-07 15:05:23 +00:00
"keywords": [
"Collaborative",
"Markdown",
"Notes"
],
"homepage": "https://hackmd.io",
2016-10-07 15:05:23 +00:00
"maintainers": [
{
"name": "Max Wu",
"email": "jackymaxj@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/hackmdio/hackmd.git"
2016-10-07 15:05:23 +00:00
},
"devDependencies": {
2016-10-12 09:15:59 +00:00
"babel-core": "^6.17.0",
2016-10-07 15:05:23 +00:00
"babel-loader": "^6.2.5",
2016-10-14 11:28:54 +00:00
"bower": "^1.7.9",
2016-10-07 15:05:23 +00:00
"bower-webpack-plugin": "^0.1.9",
"css-loader": "^0.25.0",
2016-10-12 09:15:59 +00:00
"ejs-loader": "^0.3.0",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
2016-10-07 15:05:23 +00:00
"extract-text-webpack-plugin": "^1.0.1",
2016-10-08 15:04:19 +00:00
"file-loader": "^0.9.0",
2016-10-12 09:15:59 +00:00
"html-webpack-plugin": "^2.22.0",
2016-10-07 15:05:23 +00:00
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"script-loader": "^0.7.0",
2016-10-08 15:04:19 +00:00
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
2016-10-07 15:05:23 +00:00
"webpack": "^1.13.2"
2015-05-04 07:53:29 +00:00
}
}