mirror of
https://github.com/zulip/zulip.git
synced 2026-06-18 21:01:52 +08:00
We were at 1.12.1. Versions 1.12 and 2.2 have the same API, and 2.x basically removes some compatibility for old browser versions. 2.2.3 was the last bug release for 2.2, and it was released in April 2016.
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "zulip",
|
|
"version": "0.0.0",
|
|
"license": "Apache-2.0",
|
|
"description": "",
|
|
"main": "",
|
|
"dependencies": {
|
|
"handlebars": "4.0.6",
|
|
"i18next": "3.4.4",
|
|
"i18next-parser": "0.11.1",
|
|
"i18next-xhr-backend": "0.5.4",
|
|
"i18next-browser-languagedetector": "0.3.0",
|
|
"i18next-localstorage-cache": "0.3.0",
|
|
"jquery": "2.2.3",
|
|
"jquery-validation": "1.16.0",
|
|
"katex": "0.7.1",
|
|
"plotly.js": "1.19.2",
|
|
"string.prototype.codepointat": "0.2.0",
|
|
"underscore": "1.8.3",
|
|
"webpack": "1.12.5",
|
|
"winchan": "0.2.0",
|
|
"xdate": "0.8.0",
|
|
"zxcvbn": "4.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"casperjs": "1.1.3",
|
|
"cssstyle": "0.2.29",
|
|
"eslint": "3.9.1",
|
|
"htmlparser2": "3.8.3",
|
|
"istanbul": "0.4.5",
|
|
"jsdom": "9.4.1",
|
|
"nwmatcher": "1.3.6",
|
|
"phantomjs-prebuilt": "2.1.14",
|
|
"webpack-dev-server": "1.12.1",
|
|
"xmlhttprequest": "1.5.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --quiet",
|
|
"lint-loud": "eslint static/js frontend_tests"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zulip/zulip.git"
|
|
}
|
|
}
|