parent
23fd756a7a
commit
c42936cb81
@ -1,110 +1,110 @@ |
||||
{ |
||||
"name": "Rocket.Chat", |
||||
"description": "The Ultimate Open Source WebChat Platform", |
||||
"version": "0.57.0-develop", |
||||
"author": { |
||||
"name": "Rocket.Chat", |
||||
"url": "https://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" |
||||
} |
||||
], |
||||
"mocha": { |
||||
"tests": [ |
||||
"packages/**/*.tests.js" |
||||
], |
||||
"files": [ |
||||
"packages/**/*.js", |
||||
"!packages/**/*.tests.js" |
||||
] |
||||
}, |
||||
"keywords": [ |
||||
"rocketchat", |
||||
"rocket", |
||||
"chat" |
||||
], |
||||
"scripts": { |
||||
"start": "meteor npm i && meteor", |
||||
"lint": "eslint .", |
||||
"lint-fix": "eslint . --fix", |
||||
"stylelint": "stylelint packages/**/*.{less,css}", |
||||
"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", |
||||
"postinstall": "cd packages/rocketchat-katex && npm i", |
||||
"testunit-watch": "mocha --watch --opts ./mocha.opts \"`node -e \"console.log(require('./package.json').mocha.tests.join(' '))\"`\"", |
||||
"coverage": "nyc -r html mocha --opts ./mocha.opts \"`node -e \"console.log(require('./package.json').mocha.tests.join(' '))\"`\"", |
||||
"testunit": "mocha --opts ./mocha.opts \"`node -e \"console.log(require('./package.json').mocha.tests.join(' '))\"`\"", |
||||
"version": "node .scripts/version.js", |
||||
"set-version": "node .scripts/set-version.js", |
||||
"release": "npm run set-version --silent" |
||||
}, |
||||
"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": { |
||||
"babel-mocha-es6-compiler": "^0.1.0", |
||||
"babel-plugin-array-includes": "^2.0.3", |
||||
"chimp": "^0.49.0", |
||||
"conventional-changelog-cli": "^1.3.1", |
||||
"eslint": "^4.0.0", |
||||
"postcss-cssnext": "^2.11.0", |
||||
"postcss-smart-import": "^0.7.4", |
||||
"simple-git": "^1.73.0", |
||||
"stylelint": "^7.11.1", |
||||
"supertest": "^3.0.0" |
||||
}, |
||||
"dependencies": { |
||||
"@google-cloud/storage": "^1.1.1", |
||||
"aws-sdk": "^2.72.0", |
||||
"babel-runtime": "^6.23.0", |
||||
"bcrypt": "^1.0.2", |
||||
"codemirror": "^5.26.0", |
||||
"file-type": "^5.2.0", |
||||
"highlight.js": "^9.12.0", |
||||
"jquery": "^3.2.1", |
||||
"mime-db": "^1.28.0", |
||||
"mime-type": "^3.0.5", |
||||
"moment": "^2.18.1", |
||||
"moment-timezone": "^0.5.13", |
||||
"photoswipe": "^4.1.2", |
||||
"prom-client": "^9.1.1", |
||||
"semver": "^5.3.0", |
||||
"toastr": "^2.1.2", |
||||
"wolfy87-eventemitter": "^5.1.0" |
||||
} |
||||
"name": "Rocket.Chat", |
||||
"description": "The Ultimate Open Source WebChat Platform", |
||||
"version": "0.57.0-develop", |
||||
"author": { |
||||
"name": "Rocket.Chat", |
||||
"url": "https://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" |
||||
} |
||||
], |
||||
"mocha": { |
||||
"tests": [ |
||||
"packages/**/*.tests.js" |
||||
], |
||||
"files": [ |
||||
"packages/**/*.js", |
||||
"!packages/**/*.tests.js" |
||||
] |
||||
}, |
||||
"keywords": [ |
||||
"rocketchat", |
||||
"rocket", |
||||
"chat" |
||||
], |
||||
"scripts": { |
||||
"start": "meteor npm i && meteor", |
||||
"lint": "eslint .", |
||||
"lint-fix": "eslint . --fix", |
||||
"stylelint": "stylelint packages/**/*.{less,css}", |
||||
"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", |
||||
"postinstall": "cd packages/rocketchat-katex && npm i", |
||||
"testunit-watch": "mocha --watch --opts ./mocha.opts \"`node -e \"console.log(require('./package.json').mocha.tests.join(' '))\"`\"", |
||||
"coverage": "nyc -r html mocha --opts ./mocha.opts \"`node -e \"console.log(require('./package.json').mocha.tests.join(' '))\"`\"", |
||||
"testunit": "mocha --opts ./mocha.opts \"`node -e \"console.log(require('./package.json').mocha.tests.join(' '))\"`\"", |
||||
"version": "node .scripts/version.js", |
||||
"set-version": "node .scripts/set-version.js", |
||||
"release": "npm run set-version --silent" |
||||
}, |
||||
"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": { |
||||
"babel-mocha-es6-compiler": "^0.1.0", |
||||
"babel-plugin-array-includes": "^2.0.3", |
||||
"chimp": "^0.49.0", |
||||
"conventional-changelog-cli": "^1.3.1", |
||||
"eslint": "^4.0.0", |
||||
"postcss-cssnext": "^2.11.0", |
||||
"postcss-smart-import": "^0.7.4", |
||||
"simple-git": "^1.73.0", |
||||
"stylelint": "^7.11.1", |
||||
"supertest": "^3.0.0" |
||||
}, |
||||
"dependencies": { |
||||
"@google-cloud/storage": "^1.1.1", |
||||
"aws-sdk": "^2.72.0", |
||||
"babel-runtime": "^6.23.0", |
||||
"bcrypt": "^1.0.2", |
||||
"codemirror": "^5.26.0", |
||||
"file-type": "^5.2.0", |
||||
"highlight.js": "^9.12.0", |
||||
"jquery": "^3.2.1", |
||||
"mime-db": "^1.28.0", |
||||
"mime-type": "^3.0.5", |
||||
"moment": "^2.18.1", |
||||
"moment-timezone": "^0.5.13", |
||||
"photoswipe": "^4.1.2", |
||||
"prom-client": "^9.1.1", |
||||
"semver": "^5.3.0", |
||||
"toastr": "^2.1.2", |
||||
"wolfy87-eventemitter": "^5.1.0" |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue