2016-12-29 07:49:51 +09:00
|
|
|
{
|
2017-11-06 19:16:14 +09:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2017-12-11 14:20:19 +09:00
|
|
|
"version": "0.0.3347",
|
2017-11-06 19:16:14 +09:00
|
|
|
"license": "MIT",
|
|
|
|
"description": "A miniblog-based SNS",
|
|
|
|
"bugs": "https://github.com/syuilo/misskey/issues",
|
|
|
|
"repository": "https://github.com/syuilo/misskey.git",
|
|
|
|
"main": "./built/index.js",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"config": "node ./tools/init.js",
|
|
|
|
"start": "node ./built",
|
|
|
|
"debug": "DEBUG=misskey:* node ./built",
|
|
|
|
"swagger": "node ./swagger.js",
|
|
|
|
"build": "gulp build",
|
|
|
|
"rebuild": "gulp rebuild",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
|
|
|
"lint": "gulp lint",
|
2017-11-07 09:04:16 +09:00
|
|
|
"test": "gulp test",
|
|
|
|
"format": "gulp format"
|
2017-11-06 19:16:14 +09:00
|
|
|
},
|
2017-11-23 06:18:42 +09:00
|
|
|
"dependencies": {
|
2017-12-09 06:06:24 +09:00
|
|
|
"@fortawesome/fontawesome": "1.0.1",
|
2017-12-09 06:07:00 +09:00
|
|
|
"@fortawesome/fontawesome-free-brands": "5.0.1",
|
2017-12-09 06:06:49 +09:00
|
|
|
"@fortawesome/fontawesome-free-regular": "5.0.1",
|
2017-12-09 06:06:36 +09:00
|
|
|
"@fortawesome/fontawesome-free-solid": "5.0.1",
|
2017-11-23 13:25:33 +09:00
|
|
|
"@prezzemolo/rap": "0.1.2",
|
|
|
|
"@prezzemolo/zip": "0.0.3",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/bcryptjs": "2.4.1",
|
2017-11-25 10:47:04 +09:00
|
|
|
"@types/body-parser": "1.16.8",
|
2017-12-12 09:24:25 +09:00
|
|
|
"@types/chai": "4.0.10",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/chai-http": "3.0.3",
|
2017-11-25 10:47:04 +09:00
|
|
|
"@types/compression": "0.0.35",
|
|
|
|
"@types/cookie": "0.3.1",
|
|
|
|
"@types/cors": "2.8.3",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/debug": "0.0.30",
|
|
|
|
"@types/deep-equal": "1.0.1",
|
2017-12-06 02:20:23 +09:00
|
|
|
"@types/elasticsearch": "5.0.19",
|
2017-11-25 10:47:04 +09:00
|
|
|
"@types/event-stream": "3.3.33",
|
|
|
|
"@types/eventemitter3": "2.0.2",
|
|
|
|
"@types/express": "4.0.39",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/gm": "1.17.33",
|
|
|
|
"@types/gulp": "4.0.3",
|
2017-11-25 10:47:04 +09:00
|
|
|
"@types/gulp-htmlmin": "1.3.31",
|
|
|
|
"@types/gulp-mocha": "0.0.31",
|
|
|
|
"@types/gulp-rename": "0.0.33",
|
|
|
|
"@types/gulp-replace": "0.0.31",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/gulp-uglify": "3.0.3",
|
2017-11-25 10:47:04 +09:00
|
|
|
"@types/gulp-util": "3.0.34",
|
|
|
|
"@types/inquirer": "0.0.35",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/is-root": "1.0.0",
|
|
|
|
"@types/is-url": "1.2.28",
|
2017-11-27 06:39:01 +09:00
|
|
|
"@types/js-yaml": "3.10.1",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/mocha": "2.2.44",
|
2017-12-12 04:48:29 +09:00
|
|
|
"@types/mongodb": "2.2.17",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/monk": "1.0.6",
|
|
|
|
"@types/morgan": "1.7.35",
|
|
|
|
"@types/ms": "0.7.30",
|
2017-11-25 10:47:04 +09:00
|
|
|
"@types/multer": "1.3.6",
|
2017-12-12 05:01:55 +09:00
|
|
|
"@types/node": "8.0.58",
|
2017-11-13 18:05:35 +09:00
|
|
|
"@types/page": "1.5.32",
|
|
|
|
"@types/proxy-addr": "2.0.0",
|
2017-12-09 01:22:20 +09:00
|
|
|
"@types/qrcode": "0.8.0",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
2017-12-08 06:56:09 +09:00
|
|
|
"@types/redis": "2.8.2",
|
2017-12-12 10:27:35 +09:00
|
|
|
"@types/request": "2.0.9",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/rimraf": "2.0.2",
|
|
|
|
"@types/riot": "3.6.1",
|
2017-11-14 03:46:30 +09:00
|
|
|
"@types/seedrandom": "2.4.27",
|
2017-11-25 10:47:04 +09:00
|
|
|
"@types/serve-favicon": "2.2.30",
|
2017-12-09 01:22:20 +09:00
|
|
|
"@types/speakeasy": "2.0.1",
|
2017-11-14 03:46:30 +09:00
|
|
|
"@types/tmp": "0.0.33",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/uuid": "3.4.3",
|
2017-11-25 10:47:04 +09:00
|
|
|
"@types/webpack": "3.8.1",
|
2017-11-06 19:16:14 +09:00
|
|
|
"@types/webpack-stream": "3.2.8",
|
2017-11-27 06:39:01 +09:00
|
|
|
"@types/websocket": "0.0.35",
|
2017-11-06 19:16:14 +09:00
|
|
|
"accesses": "2.5.0",
|
|
|
|
"animejs": "2.2.0",
|
|
|
|
"autwh": "0.0.1",
|
2017-12-01 09:20:55 +09:00
|
|
|
"awesome-typescript-loader": "3.4.1",
|
2017-11-06 19:16:14 +09:00
|
|
|
"bcryptjs": "2.4.3",
|
|
|
|
"body-parser": "1.18.2",
|
2017-11-08 23:43:47 +09:00
|
|
|
"cafy": "3.2.0",
|
2017-11-23 13:25:33 +09:00
|
|
|
"chai": "4.1.2",
|
|
|
|
"chai-http": "3.0.0",
|
2017-11-06 19:16:14 +09:00
|
|
|
"chalk": "2.3.0",
|
|
|
|
"compression": "1.7.1",
|
2017-11-25 10:47:04 +09:00
|
|
|
"cookie": "0.3.1",
|
2017-11-06 19:16:14 +09:00
|
|
|
"cors": "2.8.4",
|
|
|
|
"cropperjs": "1.1.3",
|
2017-11-23 13:25:33 +09:00
|
|
|
"css-loader": "0.28.7",
|
2017-11-06 19:16:14 +09:00
|
|
|
"debug": "3.1.0",
|
|
|
|
"deep-equal": "1.0.1",
|
|
|
|
"deepcopy": "0.6.3",
|
2017-11-25 10:47:04 +09:00
|
|
|
"diskusage": "0.2.4",
|
|
|
|
"elasticsearch": "14.0.0",
|
2017-11-06 19:16:14 +09:00
|
|
|
"escape-regexp": "0.0.1",
|
2017-11-23 13:25:33 +09:00
|
|
|
"event-stream": "3.3.4",
|
2017-11-30 02:26:07 +09:00
|
|
|
"eventemitter3": "3.0.0",
|
2017-12-09 01:22:20 +09:00
|
|
|
"exif-js": "2.3.0",
|
2017-11-25 10:47:04 +09:00
|
|
|
"express": "4.16.2",
|
2017-12-02 04:19:38 +09:00
|
|
|
"file-type": "7.4.0",
|
2017-11-06 19:16:14 +09:00
|
|
|
"fuckadblock": "3.2.1",
|
|
|
|
"gm": "1.23.0",
|
2017-11-23 13:25:33 +09:00
|
|
|
"gulp": "3.9.1",
|
|
|
|
"gulp-cssnano": "2.1.2",
|
|
|
|
"gulp-htmlmin": "3.0.0",
|
2017-11-25 10:47:04 +09:00
|
|
|
"gulp-imagemin": "4.0.0",
|
2017-11-23 13:25:33 +09:00
|
|
|
"gulp-mocha": "4.3.1",
|
|
|
|
"gulp-pug": "3.3.0",
|
|
|
|
"gulp-rename": "1.2.2",
|
|
|
|
"gulp-replace": "0.6.1",
|
|
|
|
"gulp-tslint": "8.1.2",
|
|
|
|
"gulp-typescript": "3.2.3",
|
|
|
|
"gulp-uglify": "3.0.0",
|
|
|
|
"gulp-util": "3.0.8",
|
2017-12-09 01:22:20 +09:00
|
|
|
"highlight.js": "9.12.0",
|
2017-11-29 20:08:02 +09:00
|
|
|
"inquirer": "4.0.1",
|
2017-11-06 19:16:14 +09:00
|
|
|
"is-root": "1.0.0",
|
|
|
|
"is-url": "1.2.2",
|
|
|
|
"js-yaml": "3.10.0",
|
2017-11-27 06:39:01 +09:00
|
|
|
"mecab-async": "0.1.2",
|
2017-11-23 13:25:33 +09:00
|
|
|
"mocha": "4.0.1",
|
2017-11-25 10:47:04 +09:00
|
|
|
"moji": "0.5.1",
|
2017-11-06 19:16:14 +09:00
|
|
|
"mongodb": "2.2.33",
|
|
|
|
"monk": "6.0.5",
|
|
|
|
"morgan": "1.9.0",
|
2017-12-01 03:30:49 +09:00
|
|
|
"ms": "2.1.1",
|
2017-11-06 19:16:14 +09:00
|
|
|
"multer": "1.3.0",
|
|
|
|
"nprogress": "0.2.0",
|
|
|
|
"os-utils": "0.0.14",
|
|
|
|
"page": "1.7.1",
|
2017-12-09 08:23:29 +09:00
|
|
|
"pictograph": "2.1.5",
|
2017-11-06 19:16:14 +09:00
|
|
|
"prominence": "0.2.0",
|
2017-11-25 10:47:04 +09:00
|
|
|
"proxy-addr": "2.0.2",
|
2017-11-06 19:16:14 +09:00
|
|
|
"pug": "2.0.0-rc.4",
|
2017-12-09 01:22:20 +09:00
|
|
|
"qrcode": "1.0.0",
|
2017-11-06 19:16:14 +09:00
|
|
|
"ratelimiter": "3.0.3",
|
|
|
|
"recaptcha-promise": "0.1.3",
|
|
|
|
"reconnecting-websocket": "3.2.2",
|
|
|
|
"redis": "2.8.0",
|
2017-11-25 10:47:04 +09:00
|
|
|
"request": "2.83.0",
|
2017-11-06 19:16:14 +09:00
|
|
|
"rimraf": "2.6.2",
|
|
|
|
"riot": "3.7.4",
|
2017-11-23 13:25:33 +09:00
|
|
|
"riot-tag-loader": "1.0.0",
|
2017-11-06 19:16:14 +09:00
|
|
|
"rndstr": "1.0.0",
|
|
|
|
"s-age": "1.1.0",
|
2017-12-09 01:22:20 +09:00
|
|
|
"seedrandom": "2.4.3",
|
2017-11-06 19:16:14 +09:00
|
|
|
"serve-favicon": "2.4.5",
|
2017-11-08 23:43:47 +09:00
|
|
|
"sortablejs": "1.7.0",
|
2017-12-09 01:22:20 +09:00
|
|
|
"speakeasy": "2.0.0",
|
2017-11-23 13:25:33 +09:00
|
|
|
"string-replace-webpack-plugin": "0.1.3",
|
|
|
|
"style-loader": "0.19.0",
|
|
|
|
"stylus": "0.54.5",
|
|
|
|
"stylus-loader": "3.0.1",
|
2017-11-06 19:16:14 +09:00
|
|
|
"summaly": "2.0.3",
|
2017-11-23 13:25:33 +09:00
|
|
|
"swagger-jsdoc": "1.9.7",
|
2017-11-06 19:16:14 +09:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
|
|
|
"tcp-port-used": "0.1.2",
|
|
|
|
"textarea-caret": "3.0.2",
|
2017-11-14 03:46:30 +09:00
|
|
|
"tmp": "0.0.33",
|
2017-11-06 19:16:14 +09:00
|
|
|
"ts-node": "3.3.0",
|
2017-11-23 13:25:33 +09:00
|
|
|
"tslint": "5.8.0",
|
2017-11-28 04:14:20 +09:00
|
|
|
"typescript": "2.6.2",
|
2017-11-27 06:39:01 +09:00
|
|
|
"uglify-es": "3.2.0",
|
2017-11-30 22:23:36 +09:00
|
|
|
"uglifyjs-webpack-plugin": "1.1.2",
|
2017-11-06 19:16:14 +09:00
|
|
|
"uuid": "3.1.0",
|
|
|
|
"vhost": "3.0.2",
|
2017-12-01 00:15:04 +09:00
|
|
|
"web-push": "3.2.5",
|
2017-12-05 03:15:55 +09:00
|
|
|
"webpack": "3.10.0",
|
2017-11-06 19:16:14 +09:00
|
|
|
"websocket": "1.0.25",
|
|
|
|
"xev": "2.0.0"
|
|
|
|
}
|
2017-05-31 16:14:18 +09:00
|
|
|
}
|