summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json135
1 files changed, 135 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000000..8d91857ff3
--- /dev/null
+++ b/package.json
@@ -0,0 +1,135 @@
+{
+ "private": true,
+ "name": "misskey",
+ "version": "0.0.0",
+ "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": {
+ "config": "node ./init.js",
+ "start": "node ./built/index.js",
+ "build": "gulp build",
+ "rebuild": "gulp rebuild",
+ "clean": "gulp clean",
+ "cleanall": "gulp cleanall",
+ "lint": "gulp lint",
+ "test": "gulp test"
+ },
+ "dependencies": {
+ "@types/bcrypt": "0.0.30",
+ "@types/body-parser": "0.0.33",
+ "@types/browserify": "12.0.30",
+ "@types/chalk": "0.4.31",
+ "@types/compression": "0.0.33",
+ "@types/cors": "0.0.33",
+ "@types/elasticsearch": "5.0.0",
+ "@types/event-stream": "3.3.30",
+ "@types/express": "4.0.34",
+ "@types/glob": "5.0.30",
+ "@types/gm": "1.17.29",
+ "@types/gulp": "3.8.32",
+ "@types/gulp-babel": "6.1.29",
+ "@types/gulp-tslint": "3.6.30",
+ "@types/gulp-typescript": "0.0.32",
+ "@types/gulp-uglify": "0.0.29",
+ "@types/gulp-util": "3.0.30",
+ "@types/inquirer": "0.0.31",
+ "@types/js-yaml": "3.5.28",
+ "@types/mongodb": "2.1.34",
+ "@types/ms": "0.7.29",
+ "@types/multer": "0.0.32",
+ "@types/ratelimiter": "2.1.28",
+ "@types/redis": "0.12.32",
+ "@types/request": "0.0.33",
+ "@types/rimraf": "0.0.28",
+ "@types/serve-favicon": "2.2.28",
+ "@types/shelljs": "0.3.32",
+ "@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",
+ "aliasify": "2.1.0",
+ "argv": "0.0.2",
+ "babel-core": "6.20.0",
+ "babel-polyfill": "6.20.0",
+ "babel-preset-es2015": "6.18.0",
+ "babel-preset-stage-3": "6.17.0",
+ "bcrypt": "1.0.1",
+ "body-parser": "1.15.2",
+ "browserify": "13.1.1",
+ "browserify-livescript": "0.2.3",
+ "chalk": "1.1.3",
+ "chart.js": "2.4.0",
+ "compression": "1.6.2",
+ "cors": "2.8.1",
+ "cropperjs": "1.0.0-alpha",
+ "deepcopy": "0.6.3",
+ "del": "2.2.2",
+ "elasticsearch": "12.1.2",
+ "escape-regexp": "0.0.1",
+ "event-stream": "3.3.4",
+ "express": "4.14.0",
+ "file-type": "4.0.0",
+ "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",
+ "gulp-livescript": "3.0.1",
+ "gulp-pug": "3.2.0",
+ "gulp-replace": "0.5.4",
+ "gulp-stylus": "2.6.0",
+ "gulp-tslint": "7.0.1",
+ "gulp-typescript": "3.1.3",
+ "gulp-uglify": "2.0.0",
+ "gulp-util": "3.0.7",
+ "inquirer": "2.0.0",
+ "js-yaml": "3.7.0",
+ "livescript": "1.5.0",
+ "log-cool": "1.1.0",
+ "mime-types": "2.1.13",
+ "mongodb": "2.2.16",
+ "ms": "0.7.2",
+ "multer": "1.2.0",
+ "nprogress": "0.2.0",
+ "page": "1.7.1",
+ "prominence": "0.2.0",
+ "pug": "2.0.0-beta6",
+ "ratelimiter": "2.1.3",
+ "recaptcha-promise": "0.1.2",
+ "reconnecting-websocket": "3.0.3",
+ "redis": "2.6.3",
+ "request": "2.79.0",
+ "rimraf": "2.5.4",
+ "riot": "3.0.5",
+ "riot-compiler": "3.1.1",
+ "riotify": "2.0.0",
+ "rndstr": "1.0.0",
+ "serve-favicon": "2.3.2",
+ "shelljs": "0.7.5",
+ "sortablejs": "1.5.0-rc1",
+ "subdomain": "1.2.0",
+ "summaly": "1.2.7",
+ "syuilo-password-strength": "0.0.1",
+ "syuilo-transformify": "0.1.2",
+ "tcp-port-used": "0.1.2",
+ "textarea-caret": "3.0.2",
+ "tslint": "4.0.2",
+ "typescript": "2.1.4",
+ "uuid": "3.0.1",
+ "velocity-animate": "1.4.0",
+ "vhost": "3.0.2",
+ "vinyl-buffer": "1.0.0",
+ "vinyl-source-stream": "1.1.0",
+ "websocket": "1.0.23",
+ "whatwg-fetch": "2.0.1",
+ "xml2json": "0.10.0",
+ "yargs": "6.5.0"
+ }
+}