2016-12-29 07:49:51 +09:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "misskey",
|
2016-12-30 13:13:16 +09:00
|
|
|
"version": "1.0.0",
|
2016-12-29 07:49:51 +09:00
|
|
|
"description": "A miniblog-based SNS",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "https://github.com/syuilo/misskey.git",
|
|
|
|
"bugs": "https://github.com/syuilo/misskey/issues",
|
|
|
|
"main": "./built/index.js",
|
|
|
|
"scripts": {
|
2017-01-14 11:05:21 +09:00
|
|
|
"config": "node ./tools/init.js",
|
2016-12-29 07:49:51 +09:00
|
|
|
"start": "node ./built/index.js",
|
2017-01-14 11:05:21 +09:00
|
|
|
"update": "./tools/update.sh",
|
2017-01-04 12:59:20 +09:00
|
|
|
"swagger": "node ./swagger.js",
|
2016-12-29 07:49:51 +09:00
|
|
|
"build": "gulp build",
|
|
|
|
"rebuild": "gulp rebuild",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
|
|
|
"lint": "gulp lint",
|
2017-01-17 16:07:48 +09:00
|
|
|
"test": "mocha --harmony"
|
2016-12-29 07:49:51 +09:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-01-18 14:19:50 +09:00
|
|
|
"@types/bcryptjs": "2.4.0",
|
2016-12-29 07:49:51 +09:00
|
|
|
"@types/body-parser": "0.0.33",
|
|
|
|
"@types/browserify": "12.0.30",
|
2017-01-17 07:51:27 +09:00
|
|
|
"@types/chai": "3.4.34",
|
2017-01-17 08:53:59 +09:00
|
|
|
"@types/chai-http": "0.0.29",
|
2016-12-29 07:49:51 +09:00
|
|
|
"@types/chalk": "0.4.31",
|
|
|
|
"@types/compression": "0.0.33",
|
2017-01-05 07:02:52 +09:00
|
|
|
"@types/cors": "2.8.0",
|
2017-01-18 08:41:37 +09:00
|
|
|
"@types/elasticsearch": "5.0.12",
|
2016-12-29 16:08:34 +09:00
|
|
|
"@types/escape-html": "0.0.19",
|
2016-12-29 07:49:51 +09:00
|
|
|
"@types/event-stream": "3.3.30",
|
2017-01-18 15:07:23 +09:00
|
|
|
"@types/express": "4.0.35",
|
2016-12-29 07:49:51 +09:00
|
|
|
"@types/glob": "5.0.30",
|
|
|
|
"@types/gm": "1.17.29",
|
|
|
|
"@types/gulp": "3.8.32",
|
|
|
|
"@types/gulp-babel": "6.1.29",
|
2017-01-20 04:43:17 +09:00
|
|
|
"@types/gulp-rename": "0.0.31",
|
2016-12-29 07:49:51 +09:00
|
|
|
"@types/gulp-tslint": "3.6.30",
|
|
|
|
"@types/gulp-typescript": "0.0.32",
|
|
|
|
"@types/gulp-uglify": "0.0.29",
|
|
|
|
"@types/gulp-util": "3.0.30",
|
2016-12-29 11:08:48 +09:00
|
|
|
"@types/inquirer": "0.0.32",
|
2017-01-03 05:49:37 +09:00
|
|
|
"@types/is-root": "1.0.0",
|
2017-01-07 20:34:41 +09:00
|
|
|
"@types/is-url": "1.2.28",
|
2016-12-29 11:08:48 +09:00
|
|
|
"@types/js-yaml": "3.5.29",
|
2017-01-17 07:51:27 +09:00
|
|
|
"@types/mocha": "2.2.37",
|
2017-01-17 16:31:19 +09:00
|
|
|
"@types/mongodb": "2.1.37",
|
2017-01-17 10:39:21 +09:00
|
|
|
"@types/monk": "1.0.5",
|
2017-01-19 16:00:14 +09:00
|
|
|
"@types/morgan": "1.7.32",
|
2016-12-29 07:49:51 +09:00
|
|
|
"@types/ms": "0.7.29",
|
|
|
|
"@types/multer": "0.0.32",
|
|
|
|
"@types/ratelimiter": "2.1.28",
|
2016-12-29 11:08:48 +09:00
|
|
|
"@types/redis": "0.12.34",
|
2016-12-31 14:40:30 +09:00
|
|
|
"@types/request": "0.0.39",
|
2016-12-29 07:49:51 +09:00
|
|
|
"@types/rimraf": "0.0.28",
|
|
|
|
"@types/serve-favicon": "2.2.28",
|
2016-12-29 11:08:48 +09:00
|
|
|
"@types/shelljs": "0.3.33",
|
2017-01-20 11:09:54 +09:00
|
|
|
"@types/twitter": "0.0.28",
|
2016-12-29 07:49:51 +09:00
|
|
|
"@types/uuid": "2.0.29",
|
|
|
|
"@types/vinyl-buffer": "0.0.28",
|
|
|
|
"@types/vinyl-source-stream": "0.0.28",
|
|
|
|
"@types/websocket": "0.0.32",
|
|
|
|
"accesses": "1.2.0",
|
|
|
|
"argv": "0.0.2",
|
2017-01-21 13:17:35 +09:00
|
|
|
"autwh": "0.0.0",
|
2017-01-20 12:21:59 +09:00
|
|
|
"babel-core": "6.22.1",
|
2016-12-29 07:49:51 +09:00
|
|
|
"babel-polyfill": "6.20.0",
|
2017-01-20 09:54:38 +09:00
|
|
|
"babel-preset-es2015": "6.22.0",
|
2016-12-29 07:49:51 +09:00
|
|
|
"babel-preset-stage-3": "6.17.0",
|
2017-01-18 14:19:50 +09:00
|
|
|
"bcryptjs": "2.4.0",
|
2017-01-18 12:46:02 +09:00
|
|
|
"body-parser": "1.16.0",
|
2017-01-05 07:04:00 +09:00
|
|
|
"browserify": "13.3.0",
|
2016-12-29 07:49:51 +09:00
|
|
|
"browserify-livescript": "0.2.3",
|
2017-01-17 07:51:27 +09:00
|
|
|
"chai": "3.5.0",
|
2017-01-17 08:53:59 +09:00
|
|
|
"chai-http": "3.0.0",
|
2016-12-29 07:49:51 +09:00
|
|
|
"chalk": "1.1.3",
|
|
|
|
"chart.js": "2.4.0",
|
|
|
|
"compression": "1.6.2",
|
|
|
|
"cors": "2.8.1",
|
2017-01-02 00:34:17 +09:00
|
|
|
"cropperjs": "1.0.0-beta",
|
2017-01-06 11:50:46 +09:00
|
|
|
"crypto": "0.0.3",
|
2016-12-29 07:49:51 +09:00
|
|
|
"deepcopy": "0.6.3",
|
|
|
|
"del": "2.2.2",
|
2016-12-29 11:11:11 +09:00
|
|
|
"elasticsearch": "12.1.3",
|
2016-12-29 16:08:34 +09:00
|
|
|
"escape-html": "1.0.3",
|
2016-12-29 07:49:51 +09:00
|
|
|
"escape-regexp": "0.0.1",
|
|
|
|
"event-stream": "3.3.4",
|
|
|
|
"express": "4.14.0",
|
2017-01-19 15:46:05 +09:00
|
|
|
"file-type": "4.1.0",
|
2016-12-29 07:49:51 +09:00
|
|
|
"fuckadblock": "3.2.1",
|
|
|
|
"git-last-commit": "0.2.0",
|
|
|
|
"glob": "7.1.1",
|
|
|
|
"gm": "1.23.0",
|
|
|
|
"gulp": "3.9.1",
|
|
|
|
"gulp-babel": "6.1.2",
|
|
|
|
"gulp-cssnano": "2.1.2",
|
2017-01-20 04:43:17 +09:00
|
|
|
"gulp-imagemin": "3.1.1",
|
2016-12-29 07:49:51 +09:00
|
|
|
"gulp-livescript": "3.0.1",
|
|
|
|
"gulp-pug": "3.2.0",
|
2017-01-20 04:43:17 +09:00
|
|
|
"gulp-rename": "1.2.2",
|
2016-12-29 07:49:51 +09:00
|
|
|
"gulp-replace": "0.5.4",
|
|
|
|
"gulp-stylus": "2.6.0",
|
|
|
|
"gulp-tslint": "7.0.1",
|
2017-01-07 21:04:23 +09:00
|
|
|
"gulp-typescript": "3.1.4",
|
2016-12-29 07:49:51 +09:00
|
|
|
"gulp-uglify": "2.0.0",
|
2016-12-29 11:11:11 +09:00
|
|
|
"gulp-util": "3.0.8",
|
2016-12-29 07:49:51 +09:00
|
|
|
"inquirer": "2.0.0",
|
2016-12-30 01:35:25 +09:00
|
|
|
"is-root": "1.0.0",
|
2017-01-07 20:34:41 +09:00
|
|
|
"is-url": "1.2.2",
|
2016-12-29 07:49:51 +09:00
|
|
|
"js-yaml": "3.7.0",
|
|
|
|
"livescript": "1.5.0",
|
2017-01-16 23:49:51 +09:00
|
|
|
"mime-types": "2.1.14",
|
2016-12-30 13:28:56 +09:00
|
|
|
"mocha": "3.2.0",
|
2017-01-14 01:44:18 +09:00
|
|
|
"mongodb": "2.2.21",
|
2017-01-17 10:39:21 +09:00
|
|
|
"monk": "3.1.3",
|
2017-01-19 16:00:14 +09:00
|
|
|
"morgan": "1.7.0",
|
2016-12-29 07:49:51 +09:00
|
|
|
"ms": "0.7.2",
|
2016-12-29 11:11:11 +09:00
|
|
|
"multer": "1.2.1",
|
2016-12-29 07:49:51 +09:00
|
|
|
"nprogress": "0.2.0",
|
2017-01-04 15:32:04 +09:00
|
|
|
"nyaize": "0.0.2",
|
2016-12-29 07:49:51 +09:00
|
|
|
"page": "1.7.1",
|
|
|
|
"prominence": "0.2.0",
|
2017-01-12 18:53:52 +09:00
|
|
|
"promiseify": "0.2.0",
|
2016-12-29 07:49:51 +09:00
|
|
|
"pug": "2.0.0-beta6",
|
|
|
|
"ratelimiter": "2.1.3",
|
|
|
|
"recaptcha-promise": "0.1.2",
|
|
|
|
"reconnecting-websocket": "3.0.3",
|
2017-01-17 16:31:19 +09:00
|
|
|
"redis": "2.6.5",
|
2016-12-29 07:49:51 +09:00
|
|
|
"request": "2.79.0",
|
|
|
|
"rimraf": "2.5.4",
|
2017-01-12 06:13:44 +09:00
|
|
|
"riot": "3.0.7",
|
2016-12-29 07:49:51 +09:00
|
|
|
"riot-compiler": "3.1.1",
|
|
|
|
"riotify": "2.0.0",
|
|
|
|
"rndstr": "1.0.0",
|
|
|
|
"serve-favicon": "2.3.2",
|
2017-01-12 06:13:44 +09:00
|
|
|
"shelljs": "0.7.6",
|
2016-12-29 07:49:51 +09:00
|
|
|
"subdomain": "1.2.0",
|
2017-01-15 09:09:08 +09:00
|
|
|
"summaly": "1.3.0",
|
2017-01-17 18:25:26 +09:00
|
|
|
"swagger-jsdoc": "1.9.0",
|
2016-12-29 07:49:51 +09:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
|
|
|
"syuilo-transformify": "0.1.2",
|
|
|
|
"tcp-port-used": "0.1.2",
|
|
|
|
"textarea-caret": "3.0.2",
|
2017-01-07 21:04:23 +09:00
|
|
|
"tslint": "4.3.1",
|
2017-01-20 11:09:54 +09:00
|
|
|
"twitter": "1.7.0",
|
2017-01-14 01:44:18 +09:00
|
|
|
"typescript": "2.1.5",
|
2016-12-29 07:49:51 +09:00
|
|
|
"uuid": "3.0.1",
|
|
|
|
"velocity-animate": "1.4.0",
|
|
|
|
"vhost": "3.0.2",
|
|
|
|
"vinyl-buffer": "1.0.0",
|
|
|
|
"vinyl-source-stream": "1.1.0",
|
2016-12-29 18:17:41 +09:00
|
|
|
"websocket": "1.0.24",
|
2017-01-20 02:36:35 +09:00
|
|
|
"whatwg-fetch": "2.0.2",
|
2017-01-14 01:44:18 +09:00
|
|
|
"xml2json": "0.11.0",
|
2016-12-31 02:35:58 +09:00
|
|
|
"yargs": "6.6.0"
|
2016-12-29 07:49:51 +09:00
|
|
|
}
|
|
|
|
}
|