2015-10-26 17:16:26 +01:00
|
|
|
{
|
|
|
|
"name": "zulip",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "",
|
2016-08-05 07:10:41 +02:00
|
|
|
"dependencies": {
|
2015-10-26 17:17:14 +01:00
|
|
|
"handlebars": "1.3.0",
|
2016-08-05 07:10:41 +02:00
|
|
|
"i18next": "3.0.0",
|
2016-12-27 10:39:39 +01:00
|
|
|
"i18next-parser": "0.11.1",
|
2016-08-05 07:10:41 +02:00
|
|
|
"i18next-xhr-backend": "0.5.4",
|
|
|
|
"i18next-browser-languagedetector": "0.3.0",
|
|
|
|
"i18next-localstorage-cache": "0.3.0",
|
2016-08-24 21:49:53 +02:00
|
|
|
"jquery": "1.12.1",
|
2016-08-25 23:21:15 +02:00
|
|
|
"jquery-validation": "1.15.1",
|
2016-11-10 21:05:23 +01:00
|
|
|
"plotly.js": "1.19.2",
|
2017-01-08 07:43:10 +01:00
|
|
|
"string.prototype.codepointat": "0.2.0",
|
2016-12-06 17:22:06 +01:00
|
|
|
"webpack": "1.12.2",
|
2017-01-08 06:24:14 +01:00
|
|
|
"winchan": "0.2.0",
|
2016-12-06 17:22:06 +01:00
|
|
|
"zxcvbn": "4.4.1"
|
2016-08-05 07:10:41 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-11-04 23:15:18 +01:00
|
|
|
"casperjs": "1.1.3",
|
|
|
|
"cssstyle": "0.2.29",
|
|
|
|
"eslint": "^3.9.1",
|
|
|
|
"htmlparser2": "3.8.3",
|
2016-12-27 00:21:52 +01:00
|
|
|
"istanbul": "0.4.5",
|
2016-09-21 08:44:01 +02:00
|
|
|
"jsdom": "9.4.1",
|
2015-10-26 17:16:26 +01:00
|
|
|
"nwmatcher": "1.3.6",
|
2016-12-27 00:26:38 +01:00
|
|
|
"phantomjs-prebuilt": "2.1.14",
|
2016-11-04 23:15:18 +01:00
|
|
|
"webpack-dev-server": "1.12.1",
|
|
|
|
"xmlhttprequest": "1.5.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint --quiet",
|
|
|
|
"lint-loud": "eslint static/js frontend_tests"
|
2015-10-26 17:16:26 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zulip/zulip.git"
|
|
|
|
}
|
|
|
|
}
|