zulip/package.json

33 lines
751 B
JSON
Raw Normal View History

{
"name": "zulip",
"version": "0.0.0",
"license": "Apache-2.0",
"description": "",
"main": "",
"dependencies": {
"handlebars": "1.3.0",
"i18next": "3.0.0",
"i18next-parser": "0.7.0",
"i18next-xhr-backend": "0.5.4",
"i18next-browser-languagedetector": "0.3.0",
"i18next-localstorage-cache": "0.3.0",
"jquery-validation": "1.15.1",
"webpack": "1.12.2"
},
"devDependencies": {
"istanbul": "0.4.0",
"jQuery": "1.7.4",
"jsdom": "0.5.7",
"xmlhttprequest": "1.5.0",
"nwmatcher": "1.3.6",
"htmlparser2": "3.8.3",
2015-10-26 17:11:44 +01:00
"cssstyle": "0.2.29",
"webpack-dev-server": "1.12.1"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/zulip/zulip.git"
}
}