Skip to content
Snippets Groups Projects
package.json 1.85 KiB
Newer Older
Diego Sampaio's avatar
Diego Sampaio committed
{
  "name": "Rocket.Chat",
  "description": "The Ultimate Open Source WebChat Platform",
  "version": "0.49.0-develop",
  "author": {
    "name": "Rocket.Chat",
  "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"
    }
  ],
  "keywords": [
    "rocketchat",
    "rocket",
    "chat"
  ],
Diego Sampaio's avatar
Diego Sampaio committed
  "scripts": {
Gabriel Engel's avatar
Gabriel Engel committed
    "start": "meteor npm i && meteor",
Diego Sampaio's avatar
Diego Sampaio committed
    "lint": "eslint .",
    "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/steps",
    "chimp-test": "chimp tests/chimp-config.js"
Diego Sampaio's avatar
Diego Sampaio committed
  },
  "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"
  },
Diego Sampaio's avatar
Diego Sampaio committed
  "devDependencies": {
  },
  "dependencies": {
Gabriel Engel's avatar
Gabriel Engel committed
Gabriel Engel's avatar
Gabriel Engel committed
    "moment": "^2.17.1",
Diego Sampaio's avatar
Diego Sampaio committed
  }
}