2016-12-28 14:49:51 -08:00
|
|
|
{
|
2017-06-08 09:03:54 -07:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2017-11-01 20:40:15 -07:00
|
|
|
"version": "0.0.2807",
|
2017-06-08 09:03:54 -07: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-05 05:29:58 -08:00
|
|
|
"test": "gulp test"
|
2017-06-08 09:03:54 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-21 14:49:00 -07:00
|
|
|
"@types/bcryptjs": "2.4.1",
|
2017-10-26 12:32:50 -07:00
|
|
|
"@types/body-parser": "1.16.7",
|
2017-08-21 15:34:25 -07:00
|
|
|
"@types/chai": "4.0.4",
|
2017-09-06 08:07:35 -07:00
|
|
|
"@types/chai-http": "3.0.3",
|
2017-10-26 08:09:38 -07:00
|
|
|
"@types/chalk": "2.2.0",
|
2017-08-21 15:50:01 -07:00
|
|
|
"@types/compression": "0.0.34",
|
2017-06-08 09:03:54 -07:00
|
|
|
"@types/cors": "2.8.1",
|
2017-08-03 07:00:47 -07:00
|
|
|
"@types/debug": "0.0.30",
|
2017-08-21 15:59:05 -07:00
|
|
|
"@types/deep-equal": "1.0.1",
|
2017-09-28 00:55:56 -07:00
|
|
|
"@types/elasticsearch": "5.0.17",
|
2017-08-21 16:07:14 -07:00
|
|
|
"@types/event-stream": "3.3.32",
|
2017-08-21 16:15:05 -07:00
|
|
|
"@types/express": "4.0.37",
|
2017-11-06 02:05:18 -08:00
|
|
|
"@types/gm": "1.17.33",
|
2017-06-08 09:03:54 -07:00
|
|
|
"@types/gulp": "4.0.3",
|
2017-08-10 06:37:35 -07:00
|
|
|
"@types/gulp-htmlmin": "1.3.30",
|
2017-06-08 09:03:54 -07: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",
|
2017-10-24 18:05:05 -07:00
|
|
|
"@types/gulp-uglify": "3.0.3",
|
2017-10-26 08:08:12 -07:00
|
|
|
"@types/gulp-util": "3.0.33",
|
2017-06-08 09:03:54 -07:00
|
|
|
"@types/inquirer": "0.0.34",
|
|
|
|
"@types/is-root": "1.0.0",
|
|
|
|
"@types/is-url": "1.2.28",
|
2017-08-15 14:51:32 -07:00
|
|
|
"@types/js-yaml": "3.9.1",
|
2017-10-26 11:06:50 -07:00
|
|
|
"@types/mocha": "2.2.44",
|
2017-10-06 10:26:20 -07:00
|
|
|
"@types/mongodb": "2.2.13",
|
2017-08-21 16:24:16 -07:00
|
|
|
"@types/monk": "1.0.6",
|
2017-10-26 12:35:00 -07:00
|
|
|
"@types/morgan": "1.7.35",
|
2017-08-21 16:25:29 -07:00
|
|
|
"@types/ms": "0.7.30",
|
2017-10-26 12:35:25 -07:00
|
|
|
"@types/multer": "1.3.5",
|
2017-10-24 19:13:31 -07:00
|
|
|
"@types/node": "8.0.47",
|
2017-06-08 09:03:54 -07:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
2017-10-27 17:55:09 -07:00
|
|
|
"@types/redis": "2.8.1",
|
2017-10-25 13:20:52 -07:00
|
|
|
"@types/request": "2.0.7",
|
2017-08-21 16:28:05 -07:00
|
|
|
"@types/rimraf": "2.0.2",
|
2017-10-25 09:48:59 -07:00
|
|
|
"@types/riot": "3.6.1",
|
2017-08-21 16:28:23 -07:00
|
|
|
"@types/serve-favicon": "2.2.29",
|
2017-10-17 11:37:46 -07:00
|
|
|
"@types/uuid": "3.4.3",
|
2017-10-25 11:05:35 -07:00
|
|
|
"@types/webpack": "3.0.14",
|
2017-11-06 02:05:44 -08:00
|
|
|
"@types/uuid": "3.4.3",
|
2017-10-03 11:26:58 -07:00
|
|
|
"@types/webpack": "3.0.13",
|
2017-10-25 12:26:49 -07:00
|
|
|
"@types/webpack-stream": "3.2.8",
|
2017-06-28 09:37:24 -07:00
|
|
|
"@types/websocket": "0.0.34",
|
2017-10-31 23:55:03 -07:00
|
|
|
"awesome-typescript-loader": "3.3.0",
|
2017-08-31 15:14:40 -07:00
|
|
|
"chai": "4.1.2",
|
2017-06-08 09:03:54 -07:00
|
|
|
"chai-http": "3.0.0",
|
2017-08-30 14:32:58 -07:00
|
|
|
"css-loader": "0.28.7",
|
2017-06-08 09:03:54 -07:00
|
|
|
"event-stream": "3.3.4",
|
|
|
|
"gulp": "3.9.1",
|
|
|
|
"gulp-cssnano": "2.1.2",
|
2017-08-10 06:37:35 -07:00
|
|
|
"gulp-htmlmin": "3.0.0",
|
2017-10-06 14:58:50 -07:00
|
|
|
"gulp-imagemin": "3.4.0",
|
2017-06-08 09:03:54 -07:00
|
|
|
"gulp-mocha": "4.3.1",
|
|
|
|
"gulp-pug": "3.3.0",
|
|
|
|
"gulp-rename": "1.2.2",
|
2017-06-20 16:31:32 -07:00
|
|
|
"gulp-replace": "0.6.1",
|
2017-08-08 07:33:15 -07:00
|
|
|
"gulp-tslint": "8.1.2",
|
2017-10-23 13:25:17 -07:00
|
|
|
"gulp-typescript": "3.2.3",
|
2017-06-08 09:03:54 -07:00
|
|
|
"gulp-uglify": "3.0.0",
|
|
|
|
"gulp-util": "3.0.8",
|
2017-10-05 20:32:55 -07:00
|
|
|
"mocha": "4.0.1",
|
2017-06-08 09:03:54 -07:00
|
|
|
"riot-tag-loader": "1.0.0",
|
|
|
|
"string-replace-webpack-plugin": "0.1.3",
|
2017-10-03 05:17:24 -07:00
|
|
|
"style-loader": "0.19.0",
|
2017-06-08 09:03:54 -07:00
|
|
|
"stylus": "0.54.5",
|
|
|
|
"stylus-loader": "3.0.1",
|
2017-07-24 10:14:13 -07:00
|
|
|
"swagger-jsdoc": "1.9.7",
|
2017-10-20 12:19:57 -07:00
|
|
|
"tslint": "5.8.0",
|
2017-08-11 03:02:05 -07:00
|
|
|
"uglify-es": "3.0.27",
|
2017-06-08 09:03:54 -07:00
|
|
|
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony",
|
2017-10-23 19:40:07 -07:00
|
|
|
"uglifyjs-webpack-plugin": "1.0.1",
|
2017-10-17 08:59:18 -07:00
|
|
|
"webpack": "3.8.1"
|
2017-06-08 09:03:54 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-11-05 05:47:04 -08:00
|
|
|
"@prezzemolo/rap": "0.1.2",
|
2017-06-08 09:03:54 -07:00
|
|
|
"accesses": "2.5.0",
|
2017-09-25 10:10:52 -07:00
|
|
|
"animejs": "2.2.0",
|
2017-06-08 09:03:54 -07:00
|
|
|
"autwh": "0.0.1",
|
|
|
|
"bcryptjs": "2.4.3",
|
2017-09-22 10:04:18 -07:00
|
|
|
"body-parser": "1.18.2",
|
2017-11-05 01:08:29 -08:00
|
|
|
"cafy": "3.1.1",
|
2017-10-23 21:31:04 -07:00
|
|
|
"chalk": "2.3.0",
|
2017-09-26 22:46:08 -07:00
|
|
|
"compression": "1.7.1",
|
2017-07-12 19:57:29 -07:00
|
|
|
"cors": "2.8.4",
|
2017-10-21 03:14:02 -07:00
|
|
|
"cropperjs": "1.1.3",
|
2017-08-10 15:44:08 -07:00
|
|
|
"crypto": "1.0.1",
|
2017-09-26 13:35:17 -07:00
|
|
|
"debug": "3.1.0",
|
2017-06-08 09:03:54 -07:00
|
|
|
"deep-equal": "1.0.1",
|
|
|
|
"deepcopy": "0.6.3",
|
2017-10-21 23:01:02 -07:00
|
|
|
"diskusage": "0.2.2",
|
2017-06-28 15:27:23 -07:00
|
|
|
"download": "6.2.5",
|
2017-08-08 23:26:13 -07:00
|
|
|
"elasticsearch": "13.3.1",
|
2017-06-08 09:03:54 -07:00
|
|
|
"escape-regexp": "0.0.1",
|
2017-08-11 03:02:05 -07:00
|
|
|
"express": "4.15.4",
|
2017-10-17 00:08:45 -07:00
|
|
|
"file-type": "7.2.0",
|
2017-06-08 09:03:54 -07:00
|
|
|
"fuckadblock": "3.2.1",
|
|
|
|
"gm": "1.23.0",
|
2017-09-18 08:06:23 -07:00
|
|
|
"inquirer": "3.3.0",
|
2017-06-08 09:03:54 -07:00
|
|
|
"is-root": "1.0.0",
|
|
|
|
"is-url": "1.2.2",
|
2017-09-11 01:24:10 -07:00
|
|
|
"js-yaml": "3.10.0",
|
2017-09-06 03:41:36 -07:00
|
|
|
"mecab-async": "^0.1.0",
|
2017-09-07 00:15:40 -07:00
|
|
|
"moji": "^0.5.1",
|
2017-10-12 12:27:54 -07:00
|
|
|
"mongodb": "2.2.33",
|
2017-10-07 01:07:48 -07:00
|
|
|
"monk": "6.0.5",
|
2017-09-26 19:57:50 -07:00
|
|
|
"morgan": "1.9.0",
|
2017-06-08 09:03:54 -07: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 08:32:02 -07:00
|
|
|
"pug": "2.0.0-rc.4",
|
2017-06-08 09:03:54 -07:00
|
|
|
"ratelimiter": "3.0.3",
|
2017-07-26 13:29:19 -07:00
|
|
|
"recaptcha-promise": "0.1.3",
|
2017-09-23 10:21:57 -07:00
|
|
|
"reconnecting-websocket": "3.2.2",
|
2017-08-07 22:20:40 -07:00
|
|
|
"redis": "2.8.0",
|
2017-09-26 22:03:33 -07:00
|
|
|
"request": "2.83.0",
|
2017-09-11 10:03:57 -07:00
|
|
|
"rimraf": "2.6.2",
|
2017-11-05 12:40:07 -08:00
|
|
|
"riot": "3.7.4",
|
2017-06-08 09:03:54 -07:00
|
|
|
"rndstr": "1.0.0",
|
|
|
|
"s-age": "1.1.0",
|
2017-09-26 10:46:57 -07:00
|
|
|
"serve-favicon": "2.4.5",
|
2017-06-08 09:03:54 -07: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 10:58:13 -07:00
|
|
|
"ts-node": "3.3.0",
|
2017-10-31 10:03:16 -07:00
|
|
|
"typescript": "2.6.1",
|
2017-06-16 11:06:08 -07:00
|
|
|
"uuid": "3.1.0",
|
2017-06-08 09:03:54 -07:00
|
|
|
"vhost": "3.0.2",
|
2017-10-18 17:31:54 -07:00
|
|
|
"websocket": "1.0.25",
|
2017-08-10 06:37:35 -07:00
|
|
|
"xev": "2.0.0"
|
2017-06-08 09:03:54 -07:00
|
|
|
}
|
2017-05-31 00:14:18 -07:00
|
|
|
}
|