2016-12-28 14:49:51 -08:00
|
|
|
{
|
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2017-04-15 06:19:43 -07:00
|
|
|
"version": "0.0.1651",
|
2016-12-28 14:49:51 -08:00
|
|
|
"license": "MIT",
|
2017-02-22 08:06:47 -08:00
|
|
|
"description": "A miniblog-based SNS",
|
2016-12-28 14:49:51 -08:00
|
|
|
"bugs": "https://github.com/syuilo/misskey/issues",
|
2017-02-22 08:06:47 -08:00
|
|
|
"repository": "https://github.com/syuilo/misskey.git",
|
2016-12-28 14:49:51 -08:00
|
|
|
"main": "./built/index.js",
|
2017-02-22 08:06:47 -08:00
|
|
|
"private": true,
|
2016-12-28 14:49:51 -08:00
|
|
|
"scripts": {
|
2017-01-13 18:05:21 -08:00
|
|
|
"config": "node ./tools/init.js",
|
2017-02-06 05:08:54 -08:00
|
|
|
"start": "node ./built",
|
|
|
|
"debug": "DEBUG=misskey:* node ./built",
|
2017-01-13 18:05:21 -08:00
|
|
|
"update": "./tools/update.sh",
|
2017-01-03 19:59:20 -08:00
|
|
|
"swagger": "node ./swagger.js",
|
2016-12-28 14:49:51 -08:00
|
|
|
"build": "gulp build",
|
|
|
|
"rebuild": "gulp rebuild",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
|
|
|
"lint": "gulp lint",
|
2017-03-01 01:13:01 -08:00
|
|
|
"test": "gulp test"
|
2016-12-28 14:49:51 -08:00
|
|
|
},
|
2017-03-26 05:32:50 -07:00
|
|
|
"devDependencies": {
|
2017-01-17 21:19:50 -08:00
|
|
|
"@types/bcryptjs": "2.4.0",
|
2017-03-31 11:06:32 -07:00
|
|
|
"@types/body-parser": "1.16.3",
|
2017-04-28 14:33:05 -07:00
|
|
|
"@types/chai": "3.5.2",
|
2017-02-07 12:18:49 -08:00
|
|
|
"@types/chai-http": "0.0.30",
|
2016-12-28 14:49:51 -08:00
|
|
|
"@types/chalk": "0.4.31",
|
|
|
|
"@types/compression": "0.0.33",
|
2017-03-10 16:18:30 -08:00
|
|
|
"@types/cors": "2.8.1",
|
2017-01-23 01:25:52 -08:00
|
|
|
"@types/debug": "0.0.29",
|
2017-03-24 23:56:26 -07:00
|
|
|
"@types/deep-equal": "1.0.0",
|
2017-03-07 20:59:57 -08:00
|
|
|
"@types/elasticsearch": "5.0.13",
|
2016-12-28 23:08:34 -08:00
|
|
|
"@types/escape-html": "0.0.19",
|
2017-03-16 07:39:25 -07:00
|
|
|
"@types/event-stream": "3.3.31",
|
2017-01-17 22:07:23 -08:00
|
|
|
"@types/express": "4.0.35",
|
2016-12-28 14:49:51 -08:00
|
|
|
"@types/glob": "5.0.30",
|
2017-03-08 00:45:45 -08:00
|
|
|
"@types/gm": "1.17.30",
|
2017-03-16 07:47:58 -07:00
|
|
|
"@types/gulp": "4.0.2",
|
2017-03-17 08:02:41 -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",
|
2017-04-28 05:26:28 -07:00
|
|
|
"@types/gulp-typescript": "2.13.0",
|
2017-03-16 07:54:36 -07:00
|
|
|
"@types/gulp-uglify": "0.0.30",
|
2017-03-17 08:02:41 -07:00
|
|
|
"@types/gulp-util": "3.0.31",
|
2017-04-27 17:46:09 -07:00
|
|
|
"@types/inquirer": "0.0.34",
|
2017-01-02 12:49:37 -08:00
|
|
|
"@types/is-root": "1.0.0",
|
2017-01-07 03:34:41 -08:00
|
|
|
"@types/is-url": "1.2.28",
|
2017-04-18 08:16:25 -07:00
|
|
|
"@types/js-yaml": "3.5.30",
|
2017-04-28 05:23:20 -07:00
|
|
|
"@types/mocha": "2.2.41",
|
2017-05-01 14:11:22 -07:00
|
|
|
"@types/mongodb": "2.2.2",
|
2017-01-16 17:39:21 -08:00
|
|
|
"@types/monk": "1.0.5",
|
2017-01-18 23:00:14 -08:00
|
|
|
"@types/morgan": "1.7.32",
|
2016-12-28 14:49:51 -08:00
|
|
|
"@types/ms": "0.7.29",
|
2017-01-30 10:37:55 -08:00
|
|
|
"@types/multer": "0.0.33",
|
2016-12-28 14:49:51 -08:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
2017-02-17 13:26:24 -08:00
|
|
|
"@types/redis": "0.12.36",
|
2017-05-04 18:28:18 -07:00
|
|
|
"@types/request": "0.0.43",
|
2016-12-28 14:49:51 -08:00
|
|
|
"@types/rimraf": "0.0.28",
|
2017-03-14 21:01:44 -07:00
|
|
|
"@types/riot": "2.6.2",
|
2016-12-28 14:49:51 -08:00
|
|
|
"@types/serve-favicon": "2.2.28",
|
|
|
|
"@types/uuid": "2.0.29",
|
2017-04-25 06:20:18 -07:00
|
|
|
"@types/webpack": "2.2.15",
|
2017-02-18 19:31:23 -08:00
|
|
|
"@types/webpack-stream": "3.2.6",
|
2017-02-17 11:11:20 -08:00
|
|
|
"@types/websocket": "0.0.33",
|
2017-03-26 05:32:50 -07:00
|
|
|
"chai": "3.5.0",
|
|
|
|
"chai-http": "3.0.0",
|
2017-05-02 00:28:52 -07:00
|
|
|
"css-loader": "0.28.1",
|
2017-03-26 05:32:50 -07:00
|
|
|
"event-stream": "3.3.4",
|
|
|
|
"gulp": "3.9.1",
|
|
|
|
"gulp-cssnano": "2.1.2",
|
|
|
|
"gulp-imagemin": "3.2.0",
|
2017-04-27 11:19:28 -07:00
|
|
|
"gulp-mocha": "4.3.1",
|
2017-03-26 05:32:50 -07:00
|
|
|
"gulp-pug": "3.3.0",
|
|
|
|
"gulp-rename": "1.2.2",
|
|
|
|
"gulp-replace": "0.5.4",
|
2017-04-10 10:15:21 -07:00
|
|
|
"gulp-tslint": "8.0.0",
|
2017-03-26 05:32:50 -07:00
|
|
|
"gulp-typescript": "3.1.6",
|
|
|
|
"gulp-uglify": "2.1.2",
|
|
|
|
"gulp-util": "3.0.8",
|
2017-05-14 15:34:47 -07:00
|
|
|
"mocha": "3.4.1",
|
2017-03-26 05:32:50 -07:00
|
|
|
"riot-tag-loader": "1.0.0",
|
|
|
|
"string-replace-webpack-plugin": "0.1.3",
|
|
|
|
"stylus": "0.54.5",
|
|
|
|
"stylus-loader": "3.0.1",
|
2017-05-03 00:29:41 -07:00
|
|
|
"swagger-jsdoc": "1.9.4",
|
2017-05-03 13:30:19 -07:00
|
|
|
"tslint": "5.2.0",
|
2017-03-26 06:15:28 -07:00
|
|
|
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#8f4b45f4f814c04918382949b4bcaf7a8d910281",
|
2017-05-06 13:24:52 -07:00
|
|
|
"webpack": "2.5.1"
|
2017-03-26 05:32:50 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-04-10 11:14:41 -07:00
|
|
|
"accesses": "2.5.0",
|
2017-03-26 07:50:40 -07:00
|
|
|
"animejs": "2.0.2",
|
2017-01-20 22:31:16 -08:00
|
|
|
"autwh": "0.0.1",
|
2017-02-07 01:44:02 -08:00
|
|
|
"bcryptjs": "2.4.3",
|
2017-03-06 05:42:43 -08:00
|
|
|
"body-parser": "1.17.1",
|
2017-05-15 11:31:44 -07:00
|
|
|
"cafy": "2.4.0",
|
2016-12-28 14:49:51 -08:00
|
|
|
"chalk": "1.1.3",
|
|
|
|
"compression": "1.6.2",
|
2017-03-29 20:07:41 -07:00
|
|
|
"cors": "2.8.3",
|
2017-03-25 05:07:58 -07:00
|
|
|
"cropperjs": "1.0.0-rc",
|
2017-01-05 18:50:46 -08:00
|
|
|
"crypto": "0.0.3",
|
2017-04-27 20:35:35 -07:00
|
|
|
"debug": "2.6.6",
|
2017-03-24 23:56:26 -07:00
|
|
|
"deep-equal": "1.0.1",
|
2016-12-28 14:49:51 -08:00
|
|
|
"deepcopy": "0.6.3",
|
2017-05-12 08:54:20 -07:00
|
|
|
"download": "6.1.0",
|
2017-05-09 14:39:38 -07:00
|
|
|
"elasticsearch": "13.0.1",
|
2016-12-28 23:08:34 -08:00
|
|
|
"escape-html": "1.0.3",
|
2016-12-28 14:49:51 -08:00
|
|
|
"escape-regexp": "0.0.1",
|
2017-03-16 08:19:35 -07:00
|
|
|
"express": "4.15.2",
|
2017-05-06 00:46:36 -07:00
|
|
|
"file-type": "4.3.0",
|
2016-12-28 14:49:51 -08:00
|
|
|
"fuckadblock": "3.2.1",
|
|
|
|
"glob": "7.1.1",
|
|
|
|
"gm": "1.23.0",
|
2017-03-03 06:05:23 -08:00
|
|
|
"inquirer": "3.0.6",
|
2016-12-29 08:35:25 -08:00
|
|
|
"is-root": "1.0.0",
|
2017-01-07 03:34:41 -08:00
|
|
|
"is-url": "1.2.2",
|
2017-05-08 08:19:57 -07:00
|
|
|
"js-yaml": "3.8.4",
|
2017-03-23 20:56:44 -07:00
|
|
|
"mime-types": "2.1.15",
|
2017-04-18 07:15:30 -07:00
|
|
|
"mongodb": "2.2.26",
|
2017-02-13 09:55:43 -08:00
|
|
|
"monk": "4.0.0",
|
2017-02-10 17:50:31 -08:00
|
|
|
"morgan": "1.8.1",
|
2017-05-16 05:27:03 -07:00
|
|
|
"ms": "2.0.0",
|
2017-01-25 10:22:23 -08:00
|
|
|
"multer": "1.3.0",
|
2016-12-28 14:49:51 -08:00
|
|
|
"nprogress": "0.2.0",
|
2017-01-03 22:32:04 -08:00
|
|
|
"nyaize": "0.0.2",
|
2016-12-28 14:49:51 -08:00
|
|
|
"page": "1.7.1",
|
|
|
|
"prominence": "0.2.0",
|
2017-02-20 03:54:52 -08:00
|
|
|
"pug": "2.0.0-beta11",
|
2017-03-31 02:02:35 -07:00
|
|
|
"ratelimiter": "3.0.3",
|
2016-12-28 14:49:51 -08:00
|
|
|
"recaptcha-promise": "0.1.2",
|
|
|
|
"reconnecting-websocket": "3.0.3",
|
2017-03-14 14:20:14 -07:00
|
|
|
"redis": "2.7.1",
|
2017-03-09 08:44:44 -08:00
|
|
|
"request": "2.81.0",
|
2017-02-23 19:59:40 -08:00
|
|
|
"rimraf": "2.6.1",
|
2017-05-13 09:22:53 -07:00
|
|
|
"riot": "3.5.0",
|
2016-12-28 14:49:51 -08:00
|
|
|
"rndstr": "1.0.0",
|
2017-01-22 22:18:45 -08:00
|
|
|
"s-age": "1.1.0",
|
2017-03-24 18:47:00 -07:00
|
|
|
"serve-favicon": "2.4.2",
|
2016-12-28 14:49:51 -08:00
|
|
|
"subdomain": "1.2.0",
|
2017-05-06 01:17:48 -07:00
|
|
|
"summaly": "2.0.3",
|
2016-12-28 14:49:51 -08:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
|
|
|
"tcp-port-used": "0.1.2",
|
|
|
|
"textarea-caret": "3.0.2",
|
2017-05-04 16:44:12 -07:00
|
|
|
"ts-node": "3.0.4",
|
2017-04-28 15:49:24 -07:00
|
|
|
"typescript": "2.3.2",
|
2016-12-28 14:49:51 -08:00
|
|
|
"uuid": "3.0.1",
|
|
|
|
"vhost": "3.0.2",
|
2016-12-29 01:17:41 -08:00
|
|
|
"websocket": "1.0.24",
|
2017-01-30 00:48:46 -08:00
|
|
|
"xml2json": "0.11.0"
|
2016-12-28 14:49:51 -08:00
|
|
|
}
|
|
|
|
}
|