2016-12-29 00:49:51 +02:00
|
|
|
{
|
2017-06-08 19:03:54 +03:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2017-06-22 00:39:46 +03:00
|
|
|
"version": "0.0.2147",
|
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-06-23 17:05:31 +03:00
|
|
|
"@types/body-parser": "1.16.4",
|
2017-08-01 17:08:11 +03:00
|
|
|
"@types/chai": "4.0.2",
|
2017-07-14 17:14:33 +03:00
|
|
|
"@types/chai-http": "3.0.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/chalk": "0.4.31",
|
|
|
|
"@types/compression": "0.0.33",
|
|
|
|
"@types/cors": "2.8.1",
|
2017-08-03 17:00:47 +03:00
|
|
|
"@types/debug": "0.0.30",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/deep-equal": "1.0.0",
|
2017-06-27 00:10:58 +03:00
|
|
|
"@types/elasticsearch": "5.0.14",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/event-stream": "3.3.31",
|
2017-06-15 23:16:54 +03:00
|
|
|
"@types/express": "4.0.36",
|
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",
|
|
|
|
"@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-06-08 19:03:54 +03:00
|
|
|
"@types/mocha": "2.2.41",
|
2017-08-01 21:58:44 +03:00
|
|
|
"@types/mongodb": "2.2.9",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/monk": "1.0.5",
|
|
|
|
"@types/morgan": "1.7.32",
|
|
|
|
"@types/ms": "0.7.29",
|
2017-06-19 17:28:34 +03:00
|
|
|
"@types/multer": "1.3.2",
|
2017-08-01 22:20:44 +03:00
|
|
|
"@types/node": "8.0.19",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
|
|
|
"@types/redis": "2.6.0",
|
2017-07-17 22:58:21 +03:00
|
|
|
"@types/request": "2.0.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/rimraf": "0.0.28",
|
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-07-17 19:51:47 +03:00
|
|
|
"@types/uuid": "3.4.0",
|
2017-07-22 22:36:10 +03:00
|
|
|
"@types/webpack": "3.0.5",
|
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-08-05 10:57:22 +03:00
|
|
|
"chai": "4.1.1",
|
2017-06-08 19:03:54 +03:00
|
|
|
"chai-http": "3.0.0",
|
|
|
|
"css-loader": "0.28.4",
|
|
|
|
"event-stream": "3.3.4",
|
|
|
|
"gulp": "3.9.1",
|
|
|
|
"gulp-cssnano": "2.1.2",
|
|
|
|
"gulp-imagemin": "3.3.0",
|
|
|
|
"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-06-08 19:03:54 +03:00
|
|
|
"gulp-tslint": "8.1.1",
|
2017-07-15 22:37:24 +03:00
|
|
|
"gulp-typescript": "3.2.1",
|
2017-06-08 19:03:54 +03:00
|
|
|
"gulp-uglify": "3.0.0",
|
|
|
|
"gulp-util": "3.0.8",
|
2017-08-01 01:13:32 +03:00
|
|
|
"mocha": "3.5.0",
|
2017-06-08 19:03:54 +03: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 20:14:13 +03:00
|
|
|
"swagger-jsdoc": "1.9.7",
|
2017-07-05 21:56:55 +03:00
|
|
|
"tslint": "5.5.0",
|
2017-07-08 10:40:04 +03:00
|
|
|
"uglify-es": "3.0.24",
|
2017-07-25 12:43:35 +03:00
|
|
|
"uglify-es-webpack-plugin": "0.10.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony",
|
2017-07-26 12:08:51 +03:00
|
|
|
"webpack": "3.4.1"
|
2017-06-08 19:03:54 +03: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-06-30 06:40:24 +03:00
|
|
|
"chalk": "2.0.1",
|
2017-07-11 09:19:48 +03:00
|
|
|
"compression": "1.7.0",
|
2017-07-13 05:57:29 +03:00
|
|
|
"cors": "2.8.4",
|
2017-07-07 16:09:54 +03:00
|
|
|
"cropperjs": "1.0.0-rc.3",
|
2017-06-08 19:03:54 +03:00
|
|
|
"crypto": "0.0.3",
|
|
|
|
"debug": "2.6.8",
|
|
|
|
"deep-equal": "1.0.1",
|
|
|
|
"deepcopy": "0.6.3",
|
|
|
|
"diskusage": "^0.2.2",
|
2017-06-29 01:27:23 +03:00
|
|
|
"download": "6.2.5",
|
2017-06-22 00:11:25 +03:00
|
|
|
"elasticsearch": "13.2.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"escape-regexp": "0.0.1",
|
|
|
|
"express": "4.15.3",
|
2017-06-09 17:04:01 +03:00
|
|
|
"file-type": "5.1.1",
|
2017-06-08 19:03:54 +03:00
|
|
|
"fuckadblock": "3.2.1",
|
|
|
|
"gm": "1.23.0",
|
2017-07-24 17:15:20 +03:00
|
|
|
"inquirer": "3.2.1",
|
2017-06-08 19:03:54 +03:00
|
|
|
"is-root": "1.0.0",
|
|
|
|
"is-url": "1.2.2",
|
2017-07-30 10:36:58 +03:00
|
|
|
"js-yaml": "3.9.1",
|
2017-07-07 23:41:29 +03:00
|
|
|
"mongodb": "2.2.30",
|
2017-07-31 20:30:16 +03:00
|
|
|
"monk": "6.0.3",
|
2017-06-08 19:03:54 +03: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-01 18:56:24 +03:00
|
|
|
"pug": "2.0.0-rc.3",
|
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-07-01 14:52:15 +03:00
|
|
|
"reconnecting-websocket": "3.0.7",
|
2017-06-08 19:03:54 +03:00
|
|
|
"redis": "2.7.1",
|
|
|
|
"request": "2.81.0",
|
|
|
|
"rimraf": "2.6.1",
|
2017-06-25 16:14:54 +03:00
|
|
|
"riot": "3.6.1",
|
2017-06-08 19:03:54 +03: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-24 20:58:13 +03:00
|
|
|
"ts-node": "3.3.0",
|
2017-07-20 00:44:17 +03:00
|
|
|
"typescript": "2.4.2",
|
2017-06-16 21:06:08 +03:00
|
|
|
"uuid": "3.1.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"vhost": "3.0.2",
|
|
|
|
"websocket": "1.0.24",
|
|
|
|
"xev": "^2.0.0"
|
|
|
|
}
|
2017-05-31 10:14:18 +03:00
|
|
|
}
|