2016-12-29 00:49:51 +02:00
|
|
|
{
|
2017-06-08 19:03:54 +03:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2017-10-25 11:57:30 +03:00
|
|
|
"version": "0.0.2742",
|
2017-06-08 19:03:54 +03: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",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/bcryptjs": "2.4.0",
|
2017-08-22 00:58:04 +03:00
|
|
|
"@types/body-parser": "1.16.5",
|
2017-08-22 01:34:25 +03:00
|
|
|
"@types/chai": "4.0.4",
|
2017-09-06 18:07:35 +03:00
|
|
|
"@types/chai-http": "3.0.3",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/chalk": "0.4.31",
|
2017-08-22 01:50:01 +03:00
|
|
|
"@types/compression": "0.0.34",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/cors": "2.8.1",
|
2017-08-03 17:00:47 +03:00
|
|
|
"@types/debug": "0.0.30",
|
2017-08-22 01:59:05 +03:00
|
|
|
"@types/deep-equal": "1.0.1",
|
2017-06-27 00:10:58 +03:00
|
|
|
"@types/elasticsearch": "5.0.14",
|
2017-08-22 02:07:14 +03:00
|
|
|
"@types/event-stream": "3.3.32",
|
2017-08-22 02:15:05 +03:00
|
|
|
"@types/express": "4.0.37",
|
2017-08-01 17:35:12 +03:00
|
|
|
"@types/gm": "1.17.32",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/gulp": "4.0.3",
|
2017-08-10 16:37:35 +03:00
|
|
|
"@types/gulp-htmlmin": "1.3.30",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/gulp-mocha": "0.0.30",
|
|
|
|
"@types/gulp-rename": "0.0.32",
|
|
|
|
"@types/gulp-replace": "0.0.30",
|
|
|
|
"@types/gulp-tslint": "3.6.31",
|
|
|
|
"@types/gulp-typescript": "2.13.0",
|
|
|
|
"@types/gulp-uglify": "0.0.30",
|
|
|
|
"@types/gulp-util": "3.0.31",
|
|
|
|
"@types/inquirer": "0.0.34",
|
|
|
|
"@types/is-root": "1.0.0",
|
|
|
|
"@types/is-url": "1.2.28",
|
2017-07-10 22:47:18 +03:00
|
|
|
"@types/js-yaml": "3.9.0",
|
2017-09-09 00:38:17 +03:00
|
|
|
"@types/mocha": "2.2.43",
|
2017-10-06 20:26:20 +03:00
|
|
|
"@types/mongodb": "2.2.13",
|
2017-08-22 02:24:16 +03:00
|
|
|
"@types/monk": "1.0.6",
|
2017-09-18 17:15:58 +03:00
|
|
|
"@types/morgan": "1.7.33",
|
2017-08-22 02:25:29 +03:00
|
|
|
"@types/ms": "0.7.30",
|
2017-06-19 17:28:34 +03:00
|
|
|
"@types/multer": "1.3.2",
|
2017-10-06 22:25:08 +03:00
|
|
|
"@types/node": "8.0.33",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
|
|
|
"@types/redis": "2.6.0",
|
2017-10-04 21:28:21 +03:00
|
|
|
"@types/request": "2.0.4",
|
2017-08-09 20:38:09 +03:00
|
|
|
"@types/rimraf": "2.0.0",
|
2017-07-24 21:09:39 +03:00
|
|
|
"@types/riot": "3.6.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/serve-favicon": "2.2.28",
|
2017-09-06 18:21:50 +03:00
|
|
|
"@types/uuid": "3.4.2",
|
2017-10-03 21:26:58 +03:00
|
|
|
"@types/webpack": "3.0.13",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/webpack-stream": "3.2.7",
|
2017-06-28 19:37:24 +03:00
|
|
|
"@types/websocket": "0.0.34",
|
2017-10-22 09:01:02 +03:00
|
|
|
"awesome-typescript-loader": "3.2.3",
|
2017-09-01 01:14:40 +03:00
|
|
|
"chai": "4.1.2",
|
2017-06-08 19:03:54 +03:00
|
|
|
"chai-http": "3.0.0",
|
2017-08-31 00:32:58 +03:00
|
|
|
"css-loader": "0.28.7",
|
2017-06-08 19:03:54 +03:00
|
|
|
"event-stream": "3.3.4",
|
|
|
|
"gulp": "3.9.1",
|
|
|
|
"gulp-cssnano": "2.1.2",
|
2017-08-10 16:37:35 +03:00
|
|
|
"gulp-htmlmin": "3.0.0",
|
2017-10-07 00:58:50 +03:00
|
|
|
"gulp-imagemin": "3.4.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"gulp-mocha": "4.3.1",
|
|
|
|
"gulp-pug": "3.3.0",
|
|
|
|
"gulp-rename": "1.2.2",
|
2017-06-21 02:31:32 +03:00
|
|
|
"gulp-replace": "0.6.1",
|
2017-08-08 17:33:15 +03:00
|
|
|
"gulp-tslint": "8.1.2",
|
2017-08-22 11:48:33 +03:00
|
|
|
"gulp-typescript": "3.2.2",
|
2017-06-08 19:03:54 +03:00
|
|
|
"gulp-uglify": "3.0.0",
|
|
|
|
"gulp-util": "3.0.8",
|
2017-09-12 01:19:29 +03:00
|
|
|
"mocha": "3.5.3",
|
2017-06-08 19:03:54 +03:00
|
|
|
"riot-tag-loader": "1.0.0",
|
|
|
|
"string-replace-webpack-plugin": "0.1.3",
|
2017-10-03 15:17:24 +03:00
|
|
|
"style-loader": "0.19.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"stylus": "0.54.5",
|
|
|
|
"stylus-loader": "3.0.1",
|
2017-07-24 20:14:13 +03:00
|
|
|
"swagger-jsdoc": "1.9.7",
|
2017-08-26 02:38:20 +03:00
|
|
|
"tslint": "5.7.0",
|
2017-08-11 13:02:05 +03:00
|
|
|
"uglify-es": "3.0.27",
|
2017-06-08 19:03:54 +03:00
|
|
|
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony",
|
2017-10-22 09:01:02 +03:00
|
|
|
"uglifyjs-webpack-plugin": "1.0.0-beta.2",
|
2017-10-17 18:59:18 +03:00
|
|
|
"webpack": "3.8.1"
|
2017-06-08 19:03:54 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"accesses": "2.5.0",
|
2017-09-25 20:10:52 +03:00
|
|
|
"animejs": "2.2.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"autwh": "0.0.1",
|
|
|
|
"bcryptjs": "2.4.3",
|
2017-09-22 20:04:18 +03:00
|
|
|
"body-parser": "1.18.2",
|
2017-09-19 02:35:10 +03:00
|
|
|
"cafy": "3.0.0",
|
2017-08-07 07:05:44 +03:00
|
|
|
"chalk": "2.1.0",
|
2017-09-27 08:46:08 +03:00
|
|
|
"compression": "1.7.1",
|
2017-07-13 05:57:29 +03:00
|
|
|
"cors": "2.8.4",
|
2017-10-21 13:14:02 +03:00
|
|
|
"cropperjs": "1.1.3",
|
2017-08-11 01:44:08 +03:00
|
|
|
"crypto": "1.0.1",
|
2017-09-26 23:35:17 +03:00
|
|
|
"debug": "3.1.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"deep-equal": "1.0.1",
|
|
|
|
"deepcopy": "0.6.3",
|
2017-10-22 09:01:02 +03:00
|
|
|
"diskusage": "0.2.2",
|
2017-06-29 01:27:23 +03:00
|
|
|
"download": "6.2.5",
|
2017-08-09 09:26:13 +03:00
|
|
|
"elasticsearch": "13.3.1",
|
2017-06-08 19:03:54 +03:00
|
|
|
"escape-regexp": "0.0.1",
|
2017-08-11 13:02:05 +03:00
|
|
|
"express": "4.15.4",
|
2017-09-23 13:32:59 +03:00
|
|
|
"file-type": "6.2.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"fuckadblock": "3.2.1",
|
|
|
|
"gm": "1.23.0",
|
2017-09-18 18:06:23 +03:00
|
|
|
"inquirer": "3.3.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"is-root": "1.0.0",
|
|
|
|
"is-url": "1.2.2",
|
2017-09-11 11:24:10 +03:00
|
|
|
"js-yaml": "3.10.0",
|
2017-09-06 13:41:36 +03:00
|
|
|
"mecab-async": "^0.1.0",
|
2017-09-07 10:15:40 +03:00
|
|
|
"moji": "^0.5.1",
|
2017-10-12 22:27:54 +03:00
|
|
|
"mongodb": "2.2.33",
|
2017-10-07 11:07:48 +03:00
|
|
|
"monk": "6.0.5",
|
2017-09-27 05:57:50 +03:00
|
|
|
"morgan": "1.9.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"ms": "2.0.0",
|
|
|
|
"multer": "1.3.0",
|
|
|
|
"nprogress": "0.2.0",
|
|
|
|
"os-utils": "0.0.14",
|
|
|
|
"page": "1.7.1",
|
|
|
|
"pictograph": "2.0.4",
|
|
|
|
"prominence": "0.2.0",
|
2017-09-06 18:32:02 +03:00
|
|
|
"pug": "2.0.0-rc.4",
|
2017-06-08 19:03:54 +03:00
|
|
|
"ratelimiter": "3.0.3",
|
2017-07-26 23:29:19 +03:00
|
|
|
"recaptcha-promise": "0.1.3",
|
2017-09-23 20:21:57 +03:00
|
|
|
"reconnecting-websocket": "3.2.2",
|
2017-08-08 08:20:40 +03:00
|
|
|
"redis": "2.8.0",
|
2017-09-27 08:03:33 +03:00
|
|
|
"request": "2.83.0",
|
2017-09-11 20:03:57 +03:00
|
|
|
"rimraf": "2.6.2",
|
2017-10-01 12:40:22 +03:00
|
|
|
"riot": "3.7.3",
|
2017-06-08 19:03:54 +03:00
|
|
|
"rndstr": "1.0.0",
|
|
|
|
"s-age": "1.1.0",
|
2017-09-26 20:46:57 +03:00
|
|
|
"serve-favicon": "2.4.5",
|
2017-06-08 19:03:54 +03:00
|
|
|
"summaly": "2.0.3",
|
|
|
|
"syuilo-password-strength": "0.0.1",
|
|
|
|
"tcp-port-used": "0.1.2",
|
|
|
|
"textarea-caret": "3.0.2",
|
2017-07-24 20:58:13 +03:00
|
|
|
"ts-node": "3.3.0",
|
2017-09-27 03:17:46 +03:00
|
|
|
"typescript": "2.5.3",
|
2017-06-16 21:06:08 +03:00
|
|
|
"uuid": "3.1.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"vhost": "3.0.2",
|
2017-10-19 03:31:54 +03:00
|
|
|
"websocket": "1.0.25",
|
2017-08-10 16:37:35 +03:00
|
|
|
"xev": "2.0.0"
|
2017-06-08 19:03:54 +03:00
|
|
|
}
|
2017-05-31 10:14:18 +03:00
|
|
|
}
|