mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			155 lines
		
	
	
	
		
			4.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			155 lines
		
	
	
	
		
			4.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "misskey",
 | 
						|
  "author": "syuilo <i@syuilo.com>",
 | 
						|
  "version": "0.0.2339",
 | 
						|
  "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",
 | 
						|
    "@types/body-parser": "1.16.4",
 | 
						|
    "@types/chai": "4.0.2",
 | 
						|
    "@types/chai-http": "3.0.1",
 | 
						|
    "@types/chalk": "0.4.31",
 | 
						|
    "@types/compression": "0.0.33",
 | 
						|
    "@types/cors": "2.8.1",
 | 
						|
    "@types/debug": "0.0.30",
 | 
						|
    "@types/deep-equal": "1.0.0",
 | 
						|
    "@types/elasticsearch": "5.0.14",
 | 
						|
    "@types/event-stream": "3.3.31",
 | 
						|
    "@types/express": "4.0.36",
 | 
						|
    "@types/gm": "1.17.32",
 | 
						|
    "@types/gulp": "4.0.3",
 | 
						|
    "@types/gulp-htmlmin": "1.3.30",
 | 
						|
    "@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",
 | 
						|
    "@types/js-yaml": "3.9.0",
 | 
						|
    "@types/mocha": "2.2.41",
 | 
						|
    "@types/mongodb": "2.2.9",
 | 
						|
    "@types/monk": "1.0.5",
 | 
						|
    "@types/morgan": "1.7.32",
 | 
						|
    "@types/ms": "0.7.29",
 | 
						|
    "@types/multer": "1.3.2",
 | 
						|
    "@types/node": "8.0.20",
 | 
						|
    "@types/ratelimiter": "2.1.28",
 | 
						|
    "@types/redis": "2.6.0",
 | 
						|
    "@types/request": "2.0.0",
 | 
						|
    "@types/rimraf": "2.0.0",
 | 
						|
    "@types/riot": "3.6.0",
 | 
						|
    "@types/serve-favicon": "2.2.28",
 | 
						|
    "@types/uuid": "3.4.0",
 | 
						|
    "@types/webpack": "3.0.8",
 | 
						|
    "@types/webpack-stream": "3.2.7",
 | 
						|
    "@types/websocket": "0.0.34",
 | 
						|
    "chai": "4.1.0",
 | 
						|
    "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-htmlmin": "3.0.0",
 | 
						|
    "gulp-mocha": "4.3.1",
 | 
						|
    "gulp-pug": "3.3.0",
 | 
						|
    "gulp-rename": "1.2.2",
 | 
						|
    "gulp-replace": "0.6.1",
 | 
						|
    "gulp-tslint": "8.1.2",
 | 
						|
    "gulp-typescript": "3.2.1",
 | 
						|
    "gulp-uglify": "3.0.0",
 | 
						|
    "gulp-util": "3.0.8",
 | 
						|
    "mocha": "3.5.0",
 | 
						|
    "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",
 | 
						|
    "swagger-jsdoc": "1.9.7",
 | 
						|
    "tslint": "5.6.0",
 | 
						|
    "uglify-es": "3.0.24",
 | 
						|
    "uglify-es-webpack-plugin": "0.10.0",
 | 
						|
    "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony",
 | 
						|
    "webpack": "3.5.3"
 | 
						|
  },
 | 
						|
  "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",
 | 
						|
    "chalk": "2.1.0",
 | 
						|
    "compression": "1.7.0",
 | 
						|
    "cors": "2.8.4",
 | 
						|
    "cropperjs": "1.0.0-rc.3",
 | 
						|
    "crypto": "0.0.3",
 | 
						|
    "debug": "3.0.0",
 | 
						|
    "deep-equal": "1.0.1",
 | 
						|
    "deepcopy": "0.6.3",
 | 
						|
    "diskusage": "^0.2.2",
 | 
						|
    "download": "6.2.5",
 | 
						|
    "elasticsearch": "13.3.1",
 | 
						|
    "escape-regexp": "0.0.1",
 | 
						|
    "express": "4.15.3",
 | 
						|
    "file-type": "5.1.1",
 | 
						|
    "fuckadblock": "3.2.1",
 | 
						|
    "gm": "1.23.0",
 | 
						|
    "inquirer": "3.2.1",
 | 
						|
    "is-root": "1.0.0",
 | 
						|
    "is-url": "1.2.2",
 | 
						|
    "js-yaml": "3.9.1",
 | 
						|
    "mongodb": "2.2.31",
 | 
						|
    "monk": "6.0.3",
 | 
						|
    "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",
 | 
						|
    "pug": "2.0.0-rc.3",
 | 
						|
    "ratelimiter": "3.0.3",
 | 
						|
    "recaptcha-promise": "0.1.3",
 | 
						|
    "reconnecting-websocket": "3.0.7",
 | 
						|
    "redis": "2.8.0",
 | 
						|
    "request": "2.81.0",
 | 
						|
    "rimraf": "2.6.1",
 | 
						|
    "riot": "3.6.1",
 | 
						|
    "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",
 | 
						|
    "ts-node": "3.3.0",
 | 
						|
    "typescript": "2.4.2",
 | 
						|
    "uuid": "3.1.0",
 | 
						|
    "vhost": "3.0.2",
 | 
						|
    "websocket": "1.0.24",
 | 
						|
    "xev": "2.0.0"
 | 
						|
  }
 | 
						|
}
 |