Skip to content
Snippets Groups Projects
package.json 1.8 KiB
Newer Older
Diego Sampaio's avatar
Diego Sampaio committed
{
Karl Prieb's avatar
Karl Prieb committed
	"name": "Rocket.Chat",
	"description": "The Ultimate Open Source WebChat Platform",
	"version": "0.52.0-develop",
Karl Prieb's avatar
Karl Prieb committed
	"author": {
		"name": "Rocket.Chat",
		"url": "https://rocket.chat/"
	},
Gabriel Engel's avatar
Gabriel Engel committed
	"contributors": [{
		"name": "Aaron Ogle",
		"email": "aaron.ogle@rocket.chat"
	}, {
		"name": "Bradley Hilton",
		"email": "bradley.hilton@rocket.chat"
	}, {
		"name": "Diego Sampaio",
		"email": "diego.sampaio@rocket.chat"
	}, {
		"name": "Gabriel Engel",
		"email": "gabriel.engel@rocket.chat"
	}, {
		"name": "Marcelo Schmidt",
		"email": "marcelo.schmidt@rocket.chat"
	}, {
		"name": "Rodrigo Nascimento",
		"email": "rodrigo.nascimento@rocket.chat"
	}, {
		"name": "Sing Li",
		"email": "sing.li@rocket.chat"
	}],
Karl Prieb's avatar
Karl Prieb committed
	"keywords": [
		"rocketchat",
		"rocket",
		"chat"
	],
	"scripts": {
		"start": "meteor npm i && meteor",
		"lint": "eslint .",
Kiran Rao's avatar
Kiran Rao committed
		"lint-fix": "eslint . --fix",
Karl Prieb's avatar
Karl Prieb committed
		"stylelint": "stylelint **/*.less",
		"test": "node .scripts/start.js",
		"deploy": "npm run build && pm2 startOrRestart pm2.json",
		"chimp-watch": "chimp --ddp=http://localhost:3000 --watch --mocha --path=tests/end-to-end",
		"chimp-test": "chimp tests/chimp-config.js"
	},
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/RocketChat/Rocket.Chat.git"
	},
	"bugs": {
		"url": "https://github.com/RocketChat/Rocket.Chat/issues",
		"email": "support@rocket.chat"
	},
	"devDependencies": {
Gabriel Engel's avatar
Gabriel Engel committed
		"chimp": "^0.47.2",
Karl Prieb's avatar
Karl Prieb committed
	},
	"dependencies": {
Karl Prieb's avatar
Karl Prieb committed
Karl Prieb's avatar
Karl Prieb committed
	}
Diego Sampaio's avatar
Diego Sampaio committed
}