2016-12-28 22:49:51 +00:00
|
|
|
{
|
2017-06-08 16:03:54 +00:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2017-09-08 14:30:40 +00:00
|
|
|
"version": "0.0.2584",
|
2017-06-08 16:03:54 +00: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-21 21:58:04 +00:00
|
|
|
"@types/body-parser": "1.16.5",
|
2017-08-21 22:34:25 +00:00
|
|
|
"@types/chai": "4.0.4",
|
2017-09-06 15:07:35 +00:00
|
|
|
"@types/chai-http": "3.0.3",
|
2017-06-08 16:03:54 +00:00
|
|
|
"@types/chalk": "0.4.31",
|
2017-08-21 22:50:01 +00:00
|
|
|
"@types/compression": "0.0.34",
|
2017-06-08 16:03:54 +00:00
|
|
|
"@types/cors": "2.8.1",
|
2017-08-03 14:00:47 +00:00
|
|
|
"@types/debug": "0.0.30",
|
2017-08-21 22:59:05 +00:00
|
|
|
"@types/deep-equal": "1.0.1",
|
2017-06-26 21:10:58 +00:00
|
|
|
"@types/elasticsearch": "5.0.14",
|
2017-08-21 23:07:14 +00:00
|
|
|
"@types/event-stream": "3.3.32",
|
2017-08-21 23:15:05 +00:00
|
|
|
"@types/express": "4.0.37",
|
2017-08-01 14:35:12 +00:00
|
|
|
"@types/gm": "1.17.32",
|
2017-06-08 16:03:54 +00:00
|
|
|
"@types/gulp": "4.0.3",
|
2017-08-10 13:37:35 +00:00
|
|
|
"@types/gulp-htmlmin": "1.3.30",
|
2017-06-08 16:03:54 +00: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 19:47:18 +00:00
|
|
|
"@types/js-yaml": "3.9.0",
|
2017-09-08 21:38:17 +00:00
|
|
|
"@types/mocha": "2.2.43",
|
2017-08-28 15:53:51 +00:00
|
|
|
"@types/mongodb": "2.2.11",
|
2017-08-21 23:24:16 +00:00
|
|
|
"@types/monk": "1.0.6",
|
2017-06-08 16:03:54 +00:00
|
|
|
"@types/morgan": "1.7.32",
|
2017-08-21 23:25:29 +00:00
|
|
|
"@types/ms": "0.7.30",
|
2017-06-19 14:28:34 +00:00
|
|
|
"@types/multer": "1.3.2",
|
2017-09-22 18:07:47 +00:00
|
|
|
"@types/node": "8.0.30",
|
2017-06-08 16:03:54 +00:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
|
|
|
"@types/redis": "2.6.0",
|
2017-08-24 17:51:42 +00:00
|
|
|
"@types/request": "2.0.3",
|
2017-08-09 17:38:09 +00:00
|
|
|
"@types/rimraf": "2.0.0",
|
2017-07-24 18:09:39 +00:00
|
|
|
"@types/riot": "3.6.0",
|
2017-06-08 16:03:54 +00:00
|
|
|
"@types/serve-favicon": "2.2.28",
|
2017-09-06 15:21:50 +00:00
|
|
|
"@types/uuid": "3.4.2",
|
2017-09-19 18:19:06 +00:00
|
|
|
"@types/webpack": "3.0.11",
|
2017-06-08 16:03:54 +00:00
|
|
|
"@types/webpack-stream": "3.2.7",
|
2017-06-28 16:37:24 +00:00
|
|
|
"@types/websocket": "0.0.34",
|
2017-08-31 22:14:40 +00:00
|
|
|
"chai": "4.1.2",
|
2017-06-08 16:03:54 +00:00
|
|
|
"chai-http": "3.0.0",
|
2017-08-30 21:32:58 +00:00
|
|
|
"css-loader": "0.28.7",
|
2017-06-08 16:03:54 +00:00
|
|
|
"event-stream": "3.3.4",
|
|
|
|
"gulp": "3.9.1",
|
|
|
|
"gulp-cssnano": "2.1.2",
|
|
|
|
"gulp-imagemin": "3.3.0",
|
2017-08-10 13:37:35 +00:00
|
|
|
"gulp-htmlmin": "3.0.0",
|
2017-06-08 16:03:54 +00:00
|
|
|
"gulp-mocha": "4.3.1",
|
|
|
|
"gulp-pug": "3.3.0",
|
|
|
|
"gulp-rename": "1.2.2",
|
2017-06-20 23:31:32 +00:00
|
|
|
"gulp-replace": "0.6.1",
|
2017-08-08 14:33:15 +00:00
|
|
|
"gulp-tslint": "8.1.2",
|
2017-08-22 08:48:33 +00:00
|
|
|
"gulp-typescript": "3.2.2",
|
2017-06-08 16:03:54 +00:00
|
|
|
"gulp-uglify": "3.0.0",
|
|
|
|
"gulp-util": "3.0.8",
|
2017-09-11 22:19:29 +00:00
|
|
|
"mocha": "3.5.3",
|
2017-06-08 16:03:54 +00:00
|
|
|
"riot-tag-loader": "1.0.0",
|
|
|
|
"string-replace-webpack-plugin": "0.1.3",
|
|
|
|
"style-loader": "0.18.2",
|
|
|
|
"stylus": "0.54.5",
|
|
|
|
"stylus-loader": "3.0.1",
|
2017-07-24 17:14:13 +00:00
|
|
|
"swagger-jsdoc": "1.9.7",
|
2017-08-25 23:38:20 +00:00
|
|
|
"tslint": "5.7.0",
|
2017-08-11 10:02:05 +00:00
|
|
|
"uglify-es": "3.0.27",
|
2017-07-25 09:43:35 +00:00
|
|
|
"uglify-es-webpack-plugin": "0.10.0",
|
2017-06-08 16:03:54 +00:00
|
|
|
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony",
|
2017-09-15 09:15:33 +00:00
|
|
|
"webpack": "3.6.0"
|
2017-06-08 16:03:54 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"accesses": "2.5.0",
|
2017-09-17 15:09:51 +00:00
|
|
|
"animejs": "2.1.0",
|
2017-06-08 16:03:54 +00:00
|
|
|
"autwh": "0.0.1",
|
|
|
|
"bcryptjs": "2.4.3",
|
2017-09-22 17:04:18 +00:00
|
|
|
"body-parser": "1.18.2",
|
2017-09-18 23:35:10 +00:00
|
|
|
"cafy": "3.0.0",
|
2017-08-07 04:05:44 +00:00
|
|
|
"chalk": "2.1.0",
|
2017-07-11 06:19:48 +00:00
|
|
|
"compression": "1.7.0",
|
2017-07-13 02:57:29 +00:00
|
|
|
"cors": "2.8.4",
|
2017-09-03 13:22:07 +00:00
|
|
|
"cropperjs": "1.0.0",
|
2017-08-10 22:44:08 +00:00
|
|
|
"crypto": "1.0.1",
|
2017-08-24 20:26:19 +00:00
|
|
|
"debug": "3.0.1",
|
2017-06-08 16:03:54 +00:00
|
|
|
"deep-equal": "1.0.1",
|
|
|
|
"deepcopy": "0.6.3",
|
|
|
|
"diskusage": "^0.2.2",
|
2017-06-28 22:27:23 +00:00
|
|
|
"download": "6.2.5",
|
2017-08-09 06:26:13 +00:00
|
|
|
"elasticsearch": "13.3.1",
|
2017-06-08 16:03:54 +00:00
|
|
|
"escape-regexp": "0.0.1",
|
2017-08-11 10:02:05 +00:00
|
|
|
"express": "4.15.4",
|
2017-09-23 10:32:59 +00:00
|
|
|
"file-type": "6.2.0",
|
2017-06-08 16:03:54 +00:00
|
|
|
"fuckadblock": "3.2.1",
|
|
|
|
"gm": "1.23.0",
|
2017-09-18 15:06:23 +00:00
|
|
|
"inquirer": "3.3.0",
|
2017-06-08 16:03:54 +00:00
|
|
|
"is-root": "1.0.0",
|
|
|
|
"is-url": "1.2.2",
|
2017-09-11 08:24:10 +00:00
|
|
|
"js-yaml": "3.10.0",
|
2017-09-06 10:41:36 +00:00
|
|
|
"mecab-async": "^0.1.0",
|
2017-09-07 07:15:40 +00:00
|
|
|
"moji": "^0.5.1",
|
2017-08-08 19:13:52 +00:00
|
|
|
"mongodb": "2.2.31",
|
2017-09-11 10:45:20 +00:00
|
|
|
"monk": "6.0.4",
|
2017-06-08 16:03:54 +00:00
|
|
|
"morgan": "1.8.2",
|
|
|
|
"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 15:32:02 +00:00
|
|
|
"pug": "2.0.0-rc.4",
|
2017-06-08 16:03:54 +00:00
|
|
|
"ratelimiter": "3.0.3",
|
2017-07-26 20:29:19 +00:00
|
|
|
"recaptcha-promise": "0.1.3",
|
2017-08-25 07:11:44 +00:00
|
|
|
"reconnecting-websocket": "3.2.1",
|
2017-08-08 05:20:40 +00:00
|
|
|
"redis": "2.8.0",
|
2017-09-19 20:25:22 +00:00
|
|
|
"request": "2.82.0",
|
2017-09-11 17:03:57 +00:00
|
|
|
"rimraf": "2.6.2",
|
2017-09-16 01:19:07 +00:00
|
|
|
"riot": "3.7.0",
|
2017-06-08 16:03:54 +00:00
|
|
|
"rndstr": "1.0.0",
|
|
|
|
"s-age": "1.1.0",
|
2017-09-12 04:09:21 +00:00
|
|
|
"serve-favicon": "2.4.4",
|
2017-06-08 16:03:54 +00: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 17:58:13 +00:00
|
|
|
"ts-node": "3.3.0",
|
2017-08-31 16:52:23 +00:00
|
|
|
"typescript": "2.5.2",
|
2017-06-16 18:06:08 +00:00
|
|
|
"uuid": "3.1.0",
|
2017-06-08 16:03:54 +00:00
|
|
|
"vhost": "3.0.2",
|
|
|
|
"websocket": "1.0.24",
|
2017-08-10 13:37:35 +00:00
|
|
|
"xev": "2.0.0"
|
2017-06-08 16:03:54 +00:00
|
|
|
}
|
2017-05-31 07:14:18 +00:00
|
|
|
}
|