2016-12-28 15:49:51 -07:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "misskey",
|
2016-12-29 21:13:16 -07:00
|
|
|
"version": "1.0.0",
|
2016-12-28 15:49:51 -07: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-13 19:05:21 -07:00
|
|
|
"config": "node ./tools/init.js",
|
2017-02-06 06:08:54 -07:00
|
|
|
"start": "node ./built",
|
|
|
|
"debug": "DEBUG=misskey:* node ./built",
|
2017-01-13 19:05:21 -07:00
|
|
|
"update": "./tools/update.sh",
|
2017-01-03 20:59:20 -07:00
|
|
|
"swagger": "node ./swagger.js",
|
2016-12-28 15:49:51 -07:00
|
|
|
"build": "gulp build",
|
|
|
|
"rebuild": "gulp rebuild",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
|
|
|
"lint": "gulp lint",
|
2017-01-17 00:07:48 -07:00
|
|
|
"test": "mocha --harmony"
|
2016-12-28 15:49:51 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-01-17 22:19:50 -07:00
|
|
|
"@types/bcryptjs": "2.4.0",
|
2017-02-17 13:22:49 -07:00
|
|
|
"@types/body-parser": "0.0.34",
|
2017-02-17 12:06:49 -07:00
|
|
|
"@types/chai": "3.4.35",
|
2017-02-07 13:18:49 -07:00
|
|
|
"@types/chai-http": "0.0.30",
|
2016-12-28 15:49:51 -07:00
|
|
|
"@types/chalk": "0.4.31",
|
|
|
|
"@types/compression": "0.0.33",
|
2017-01-04 15:02:52 -07:00
|
|
|
"@types/cors": "2.8.0",
|
2017-01-23 02:25:52 -07:00
|
|
|
"@types/debug": "0.0.29",
|
2017-01-17 16:41:37 -07:00
|
|
|
"@types/elasticsearch": "5.0.12",
|
2016-12-29 00:08:34 -07:00
|
|
|
"@types/escape-html": "0.0.19",
|
2016-12-28 15:49:51 -07:00
|
|
|
"@types/event-stream": "3.3.30",
|
2017-01-17 23:07:23 -07:00
|
|
|
"@types/express": "4.0.35",
|
2016-12-28 15:49:51 -07:00
|
|
|
"@types/glob": "5.0.30",
|
|
|
|
"@types/gm": "1.17.29",
|
|
|
|
"@types/gulp": "3.8.32",
|
|
|
|
"@types/gulp-babel": "6.1.29",
|
2017-01-19 12:43:17 -07:00
|
|
|
"@types/gulp-rename": "0.0.31",
|
2016-12-28 15:49:51 -07: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-28 19:08:48 -07:00
|
|
|
"@types/inquirer": "0.0.32",
|
2017-01-02 13:49:37 -07:00
|
|
|
"@types/is-root": "1.0.0",
|
2017-01-07 04:34:41 -07:00
|
|
|
"@types/is-url": "1.2.28",
|
2016-12-28 19:08:48 -07:00
|
|
|
"@types/js-yaml": "3.5.29",
|
2017-02-03 19:30:05 -07:00
|
|
|
"@types/mocha": "2.2.39",
|
2017-02-10 15:25:01 -07:00
|
|
|
"@types/mongodb": "2.1.40",
|
2017-01-16 18:39:21 -07:00
|
|
|
"@types/monk": "1.0.5",
|
2017-01-19 00:00:14 -07:00
|
|
|
"@types/morgan": "1.7.32",
|
2016-12-28 15:49:51 -07:00
|
|
|
"@types/ms": "0.7.29",
|
2017-01-30 11:37:55 -07:00
|
|
|
"@types/multer": "0.0.33",
|
2016-12-28 15:49:51 -07:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
2017-02-17 14:26:24 -07:00
|
|
|
"@types/redis": "0.12.36",
|
2017-02-15 18:23:10 -07:00
|
|
|
"@types/request": "0.0.40",
|
2016-12-28 15:49:51 -07:00
|
|
|
"@types/rimraf": "0.0.28",
|
2017-02-17 19:36:34 -07:00
|
|
|
"@types/riot": "2.6.1",
|
2016-12-28 15:49:51 -07:00
|
|
|
"@types/serve-favicon": "2.2.28",
|
2017-01-19 19:09:54 -07:00
|
|
|
"@types/twitter": "0.0.28",
|
2016-12-28 15:49:51 -07:00
|
|
|
"@types/uuid": "2.0.29",
|
2017-02-18 20:31:23 -07:00
|
|
|
"@types/webpack": "2.2.6",
|
|
|
|
"@types/webpack-stream": "3.2.6",
|
2017-02-17 12:11:20 -07:00
|
|
|
"@types/websocket": "0.0.33",
|
2017-01-20 23:31:16 -07:00
|
|
|
"autwh": "0.0.1",
|
2017-02-13 19:29:29 -07:00
|
|
|
"babel-core": "6.23.1",
|
2017-02-20 04:54:52 -07:00
|
|
|
"babel-polyfill": "6.23.0",
|
2017-01-19 17:54:38 -07:00
|
|
|
"babel-preset-es2015": "6.22.0",
|
2017-02-20 04:54:52 -07:00
|
|
|
"babel-preset-stage-3": "6.22.0",
|
2017-02-07 02:44:02 -07:00
|
|
|
"bcryptjs": "2.4.3",
|
2017-02-10 18:41:44 -07:00
|
|
|
"body-parser": "1.16.1",
|
2017-01-16 15:51:27 -07:00
|
|
|
"chai": "3.5.0",
|
2017-01-16 16:53:59 -07:00
|
|
|
"chai-http": "3.0.0",
|
2016-12-28 15:49:51 -07:00
|
|
|
"chalk": "1.1.3",
|
|
|
|
"compression": "1.6.2",
|
|
|
|
"cors": "2.8.1",
|
2017-02-20 04:54:52 -07:00
|
|
|
"cropperjs": "1.0.0-beta.1",
|
2017-01-05 19:50:46 -07:00
|
|
|
"crypto": "0.0.3",
|
2017-02-18 20:31:23 -07:00
|
|
|
"css-loader": "0.26.1",
|
2017-02-10 12:05:37 -07:00
|
|
|
"debug": "2.6.1",
|
2016-12-28 15:49:51 -07:00
|
|
|
"deepcopy": "0.6.3",
|
2017-02-16 13:46:14 -07:00
|
|
|
"download": "5.0.3",
|
2016-12-28 19:11:11 -07:00
|
|
|
"elasticsearch": "12.1.3",
|
2016-12-29 00:08:34 -07:00
|
|
|
"escape-html": "1.0.3",
|
2016-12-28 15:49:51 -07:00
|
|
|
"escape-regexp": "0.0.1",
|
|
|
|
"event-stream": "3.3.4",
|
2017-01-28 15:43:32 -07:00
|
|
|
"express": "4.14.1",
|
2017-01-18 23:46:05 -07:00
|
|
|
"file-type": "4.1.0",
|
2016-12-28 15:49:51 -07: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-19 12:43:17 -07:00
|
|
|
"gulp-imagemin": "3.1.1",
|
2016-12-28 15:49:51 -07:00
|
|
|
"gulp-livescript": "3.0.1",
|
|
|
|
"gulp-pug": "3.2.0",
|
2017-01-19 12:43:17 -07:00
|
|
|
"gulp-rename": "1.2.2",
|
2016-12-28 15:49:51 -07:00
|
|
|
"gulp-replace": "0.5.4",
|
2017-02-03 08:48:57 -07:00
|
|
|
"gulp-tslint": "7.1.0",
|
2017-02-16 01:35:34 -07:00
|
|
|
"gulp-typescript": "3.1.5",
|
2017-01-24 11:18:49 -07:00
|
|
|
"gulp-uglify": "2.0.1",
|
2016-12-28 19:11:11 -07:00
|
|
|
"gulp-util": "3.0.8",
|
2017-01-29 16:34:39 -07:00
|
|
|
"inquirer": "3.0.1",
|
2016-12-29 09:35:25 -07:00
|
|
|
"is-root": "1.0.0",
|
2017-01-07 04:34:41 -07:00
|
|
|
"is-url": "1.2.2",
|
2017-02-20 04:54:52 -07:00
|
|
|
"js-yaml": "3.8.1",
|
2016-12-28 15:49:51 -07:00
|
|
|
"livescript": "1.5.0",
|
2017-01-16 07:49:51 -07:00
|
|
|
"mime-types": "2.1.14",
|
2016-12-29 21:28:56 -07:00
|
|
|
"mocha": "3.2.0",
|
2017-02-14 03:15:17 -07:00
|
|
|
"mongodb": "2.2.24",
|
2017-02-13 10:55:43 -07:00
|
|
|
"monk": "4.0.0",
|
2017-02-10 18:50:31 -07:00
|
|
|
"morgan": "1.8.1",
|
2016-12-28 15:49:51 -07:00
|
|
|
"ms": "0.7.2",
|
2017-01-25 11:22:23 -07:00
|
|
|
"multer": "1.3.0",
|
2016-12-28 15:49:51 -07:00
|
|
|
"nprogress": "0.2.0",
|
2017-01-03 23:32:04 -07:00
|
|
|
"nyaize": "0.0.2",
|
2016-12-28 15:49:51 -07:00
|
|
|
"page": "1.7.1",
|
|
|
|
"prominence": "0.2.0",
|
2017-02-20 04:54:52 -07:00
|
|
|
"pug": "2.0.0-beta11",
|
2017-02-11 03:02:13 -07:00
|
|
|
"ratelimiter": "2.2.0",
|
2016-12-28 15:49:51 -07:00
|
|
|
"recaptcha-promise": "0.1.2",
|
|
|
|
"reconnecting-websocket": "3.0.3",
|
2017-01-17 00:31:19 -07:00
|
|
|
"redis": "2.6.5",
|
2016-12-28 15:49:51 -07:00
|
|
|
"request": "2.79.0",
|
2017-02-18 15:10:20 -07:00
|
|
|
"rimraf": "2.6.0",
|
2017-02-19 11:42:02 -07:00
|
|
|
"riot": "3.3.1",
|
2017-02-19 08:14:11 -07:00
|
|
|
"riot-compiler": "3.2.1",
|
2017-02-18 20:31:23 -07:00
|
|
|
"riot-tag-loader": "1.0.0",
|
2016-12-28 15:49:51 -07:00
|
|
|
"riotify": "2.0.0",
|
|
|
|
"rndstr": "1.0.0",
|
2017-01-22 23:18:45 -07:00
|
|
|
"s-age": "1.1.0",
|
2017-02-20 03:58:24 -07:00
|
|
|
"serve-favicon": "2.4.0",
|
2017-02-18 20:31:23 -07:00
|
|
|
"string-replace-webpack-plugin": "0.0.5",
|
|
|
|
"stylus-loader": "^2.5.0",
|
2016-12-28 15:49:51 -07:00
|
|
|
"subdomain": "1.2.0",
|
2017-02-07 22:31:44 -07:00
|
|
|
"summaly": "2.0.0",
|
2017-01-29 16:34:39 -07:00
|
|
|
"swagger-jsdoc": "1.9.1",
|
2016-12-28 15:49:51 -07:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
|
|
|
"tcp-port-used": "0.1.2",
|
|
|
|
"textarea-caret": "3.0.2",
|
2017-01-26 07:43:17 -07:00
|
|
|
"tslint": "4.4.2",
|
2017-02-08 16:17:30 -07:00
|
|
|
"typescript": "2.1.6",
|
2016-12-28 15:49:51 -07:00
|
|
|
"uuid": "3.0.1",
|
2017-02-20 08:41:20 -07:00
|
|
|
"velocity-animate": "1.4.3",
|
2016-12-28 15:49:51 -07:00
|
|
|
"vhost": "3.0.2",
|
2017-02-18 20:31:23 -07:00
|
|
|
"vinyl-named": "1.1.0",
|
|
|
|
"webpack": "2.2.1",
|
|
|
|
"webpack-stream": "3.2.0",
|
2016-12-29 02:17:41 -07:00
|
|
|
"websocket": "1.0.24",
|
2017-01-19 10:36:35 -07:00
|
|
|
"whatwg-fetch": "2.0.2",
|
2017-01-30 01:48:46 -07:00
|
|
|
"xml2json": "0.11.0"
|
2016-12-28 15:49:51 -07:00
|
|
|
}
|
|
|
|
}
|