2016-12-28 14:49:51 -08:00
|
|
|
{
|
2017-06-08 09:03:54 -07:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2017-10-30 06:12:52 -07:00
|
|
|
"version": "0.0.2752",
|
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",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/bcryptjs": "2.4.0",
|
2017-08-21 14:58:04 -07:00
|
|
|
"@types/body-parser": "1.16.5",
|
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-06-08 09:03:54 -07:00
|
|
|
"@types/chalk": "0.4.31",
|
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-06-26 14:10:58 -07:00
|
|
|
"@types/elasticsearch": "5.0.14",
|
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-08-01 07:35:12 -07:00
|
|
|
"@types/gm": "1.17.32",
|
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",
|
|
|
|
"@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 12:47:18 -07:00
|
|
|
"@types/js-yaml": "3.9.0",
|
2017-09-08 14:38:17 -07:00
|
|
|
"@types/mocha": "2.2.43",
|
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-09-18 07:15:58 -07:00
|
|
|
"@types/morgan": "1.7.33",
|
2017-08-21 16:25:29 -07:00
|
|
|
"@types/ms": "0.7.30",
|
2017-06-19 07:28:34 -07:00
|
|
|
"@types/multer": "1.3.2",
|
2017-10-06 12:25:08 -07:00
|
|
|
"@types/node": "8.0.33",
|
2017-06-08 09:03:54 -07:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
|
|
|
"@types/redis": "2.6.0",
|
2017-10-04 11:28:21 -07:00
|
|
|
"@types/request": "2.0.4",
|
2017-08-09 10:38:09 -07:00
|
|
|
"@types/rimraf": "2.0.0",
|
2017-07-24 11:09:39 -07:00
|
|
|
"@types/riot": "3.6.0",
|
2017-06-08 09:03:54 -07:00
|
|
|
"@types/serve-favicon": "2.2.28",
|
2017-09-06 08:21:50 -07:00
|
|
|
"@types/uuid": "3.4.2",
|
2017-10-03 11:26:58 -07:00
|
|
|
"@types/webpack": "3.0.13",
|
2017-06-08 09:03:54 -07:00
|
|
|
"@types/webpack-stream": "3.2.7",
|
2017-06-28 09:37:24 -07:00
|
|
|
"@types/websocket": "0.0.34",
|
2017-10-21 23:01:02 -07:00
|
|
|
"awesome-typescript-loader": "3.2.3",
|
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-08-22 01:48:33 -07:00
|
|
|
"gulp-typescript": "3.2.2",
|
2017-06-08 09:03:54 -07:00
|
|
|
"gulp-uglify": "3.0.0",
|
|
|
|
"gulp-util": "3.0.8",
|
2017-09-11 15:19:29 -07:00
|
|
|
"mocha": "3.5.3",
|
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-08-25 16:38:20 -07:00
|
|
|
"tslint": "5.7.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-21 23:01:02 -07:00
|
|
|
"uglifyjs-webpack-plugin": "1.0.0-beta.2",
|
2017-10-17 08:59:18 -07:00
|
|
|
"webpack": "3.8.1"
|
2017-06-08 09:03:54 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"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-09-18 16:35:10 -07:00
|
|
|
"cafy": "3.0.0",
|
2017-08-06 21:05:44 -07:00
|
|
|
"chalk": "2.1.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-09-23 03:32:59 -07:00
|
|
|
"file-type": "6.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-10-01 02:40:22 -07:00
|
|
|
"riot": "3.7.3",
|
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-09-26 17:17:46 -07:00
|
|
|
"typescript": "2.5.3",
|
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
|
|
|
}
|