2016-12-29 07:49:51 +09:00
|
|
|
{
|
2017-06-09 01:03:54 +09:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2017-08-30 19:06:27 +09:00
|
|
|
"version": "0.0.2520",
|
2017-06-09 01:03:54 +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",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/bcryptjs": "2.4.0",
|
2017-08-22 06:58:04 +09:00
|
|
|
"@types/body-parser": "1.16.5",
|
2017-08-22 07:34:25 +09:00
|
|
|
"@types/chai": "4.0.4",
|
2017-08-11 22:42:25 +09:00
|
|
|
"@types/chai-http": "3.0.2",
|
2017-06-09 01:03:54 +09:00
|
|
|
"@types/chalk": "0.4.31",
|
2017-08-22 07:50:01 +09:00
|
|
|
"@types/compression": "0.0.34",
|
2017-06-09 01:03:54 +09:00
|
|
|
"@types/cors": "2.8.1",
|
2017-08-03 23:00:47 +09:00
|
|
|
"@types/debug": "0.0.30",
|
2017-08-22 07:59:05 +09:00
|
|
|
"@types/deep-equal": "1.0.1",
|
2017-06-27 06:10:58 +09:00
|
|
|
"@types/elasticsearch": "5.0.14",
|
2017-08-22 08:07:14 +09:00
|
|
|
"@types/event-stream": "3.3.32",
|
2017-08-22 08:15:05 +09:00
|
|
|
"@types/express": "4.0.37",
|
2017-08-01 23:35:12 +09:00
|
|
|
"@types/gm": "1.17.32",
|
2017-06-09 01:03:54 +09:00
|
|
|
"@types/gulp": "4.0.3",
|
2017-08-10 22:37:35 +09:00
|
|
|
"@types/gulp-htmlmin": "1.3.30",
|
2017-06-09 01:03:54 +09: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-11 04:47:18 +09:00
|
|
|
"@types/js-yaml": "3.9.0",
|
2017-08-22 08:22:31 +09:00
|
|
|
"@types/mocha": "2.2.42",
|
2017-08-29 00:53:51 +09:00
|
|
|
"@types/mongodb": "2.2.11",
|
2017-08-22 08:24:16 +09:00
|
|
|
"@types/monk": "1.0.6",
|
2017-06-09 01:03:54 +09:00
|
|
|
"@types/morgan": "1.7.32",
|
2017-08-22 08:25:29 +09:00
|
|
|
"@types/ms": "0.7.30",
|
2017-06-19 23:28:34 +09:00
|
|
|
"@types/multer": "1.3.2",
|
2017-08-30 06:54:50 +09:00
|
|
|
"@types/node": "8.0.26",
|
2017-06-09 01:03:54 +09:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
|
|
|
"@types/redis": "2.6.0",
|
2017-08-25 02:51:42 +09:00
|
|
|
"@types/request": "2.0.3",
|
2017-08-10 02:38:09 +09:00
|
|
|
"@types/rimraf": "2.0.0",
|
2017-07-25 03:09:39 +09:00
|
|
|
"@types/riot": "3.6.0",
|
2017-06-09 01:03:54 +09:00
|
|
|
"@types/serve-favicon": "2.2.28",
|
2017-08-22 08:28:43 +09:00
|
|
|
"@types/uuid": "3.4.1",
|
2017-08-23 00:58:23 +09:00
|
|
|
"@types/webpack": "3.0.10",
|
2017-06-09 01:03:54 +09:00
|
|
|
"@types/webpack-stream": "3.2.7",
|
2017-06-29 01:37:24 +09:00
|
|
|
"@types/websocket": "0.0.34",
|
2017-08-05 16:57:22 +09:00
|
|
|
"chai": "4.1.1",
|
2017-06-09 01:03:54 +09:00
|
|
|
"chai-http": "3.0.0",
|
2017-08-31 06:32:58 +09:00
|
|
|
"css-loader": "0.28.7",
|
2017-06-09 01:03:54 +09:00
|
|
|
"event-stream": "3.3.4",
|
|
|
|
"gulp": "3.9.1",
|
|
|
|
"gulp-cssnano": "2.1.2",
|
|
|
|
"gulp-imagemin": "3.3.0",
|
2017-08-10 22:37:35 +09:00
|
|
|
"gulp-htmlmin": "3.0.0",
|
2017-06-09 01:03:54 +09:00
|
|
|
"gulp-mocha": "4.3.1",
|
|
|
|
"gulp-pug": "3.3.0",
|
|
|
|
"gulp-rename": "1.2.2",
|
2017-06-21 08:31:32 +09:00
|
|
|
"gulp-replace": "0.6.1",
|
2017-08-08 23:33:15 +09:00
|
|
|
"gulp-tslint": "8.1.2",
|
2017-08-22 17:48:33 +09:00
|
|
|
"gulp-typescript": "3.2.2",
|
2017-06-09 01:03:54 +09:00
|
|
|
"gulp-uglify": "3.0.0",
|
|
|
|
"gulp-util": "3.0.8",
|
2017-08-01 07:13:32 +09:00
|
|
|
"mocha": "3.5.0",
|
2017-06-09 01:03:54 +09: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-25 02:14:13 +09:00
|
|
|
"swagger-jsdoc": "1.9.7",
|
2017-08-26 08:38:20 +09:00
|
|
|
"tslint": "5.7.0",
|
2017-08-11 19:02:05 +09:00
|
|
|
"uglify-es": "3.0.27",
|
2017-07-25 18:43:35 +09:00
|
|
|
"uglify-es-webpack-plugin": "0.10.0",
|
2017-06-09 01:03:54 +09:00
|
|
|
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony",
|
2017-08-17 00:25:55 +09:00
|
|
|
"webpack": "3.5.5"
|
2017-06-09 01:03:54 +09:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"accesses": "2.5.0",
|
|
|
|
"animejs": "2.0.2",
|
|
|
|
"autwh": "0.0.1",
|
|
|
|
"bcryptjs": "2.4.3",
|
|
|
|
"body-parser": "1.17.2",
|
|
|
|
"cafy": "2.4.0",
|
2017-08-07 13:05:44 +09:00
|
|
|
"chalk": "2.1.0",
|
2017-07-11 15:19:48 +09:00
|
|
|
"compression": "1.7.0",
|
2017-07-13 11:57:29 +09:00
|
|
|
"cors": "2.8.4",
|
2017-09-03 22:22:07 +09:00
|
|
|
"cropperjs": "1.0.0",
|
2017-08-11 07:44:08 +09:00
|
|
|
"crypto": "1.0.1",
|
2017-08-25 05:26:19 +09:00
|
|
|
"debug": "3.0.1",
|
2017-06-09 01:03:54 +09:00
|
|
|
"deep-equal": "1.0.1",
|
|
|
|
"deepcopy": "0.6.3",
|
|
|
|
"diskusage": "^0.2.2",
|
2017-06-29 07:27:23 +09:00
|
|
|
"download": "6.2.5",
|
2017-08-09 15:26:13 +09:00
|
|
|
"elasticsearch": "13.3.1",
|
2017-06-09 01:03:54 +09:00
|
|
|
"escape-regexp": "0.0.1",
|
2017-08-11 19:02:05 +09:00
|
|
|
"express": "4.15.4",
|
2017-08-15 22:17:25 +09:00
|
|
|
"file-type": "6.1.0",
|
2017-06-09 01:03:54 +09:00
|
|
|
"fuckadblock": "3.2.1",
|
|
|
|
"gm": "1.23.0",
|
2017-08-17 22:49:31 +09:00
|
|
|
"inquirer": "3.2.2",
|
2017-06-09 01:03:54 +09:00
|
|
|
"is-root": "1.0.0",
|
|
|
|
"is-url": "1.2.2",
|
2017-07-30 16:36:58 +09:00
|
|
|
"js-yaml": "3.9.1",
|
2017-08-09 04:13:52 +09:00
|
|
|
"mongodb": "2.2.31",
|
2017-08-01 02:30:16 +09:00
|
|
|
"monk": "6.0.3",
|
2017-06-09 01:03:54 +09: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-08-02 00:56:24 +09:00
|
|
|
"pug": "2.0.0-rc.3",
|
2017-06-09 01:03:54 +09:00
|
|
|
"ratelimiter": "3.0.3",
|
2017-07-27 05:29:19 +09:00
|
|
|
"recaptcha-promise": "0.1.3",
|
2017-08-25 16:11:44 +09:00
|
|
|
"reconnecting-websocket": "3.2.1",
|
2017-08-08 14:20:40 +09:00
|
|
|
"redis": "2.8.0",
|
2017-06-09 01:03:54 +09:00
|
|
|
"request": "2.81.0",
|
|
|
|
"rimraf": "2.6.1",
|
2017-09-03 02:26:37 +09:00
|
|
|
"riot": "3.7.0",
|
2017-06-09 01:03:54 +09:00
|
|
|
"rndstr": "1.0.0",
|
|
|
|
"s-age": "1.1.0",
|
|
|
|
"serve-favicon": "2.4.3",
|
|
|
|
"summaly": "2.0.3",
|
|
|
|
"syuilo-password-strength": "0.0.1",
|
|
|
|
"tcp-port-used": "0.1.2",
|
|
|
|
"textarea-caret": "3.0.2",
|
2017-07-25 02:58:13 +09:00
|
|
|
"ts-node": "3.3.0",
|
2017-07-20 06:44:17 +09:00
|
|
|
"typescript": "2.4.2",
|
2017-06-17 03:06:08 +09:00
|
|
|
"uuid": "3.1.0",
|
2017-06-09 01:03:54 +09:00
|
|
|
"vhost": "3.0.2",
|
|
|
|
"websocket": "1.0.24",
|
2017-08-10 22:37:35 +09:00
|
|
|
"xev": "2.0.0"
|
2017-06-09 01:03:54 +09:00
|
|
|
}
|
2017-05-31 16:14:18 +09:00
|
|
|
}
|