zulip/package.json
K.Kanakhin 7bf10ec74f update-sockjs: Update sockjs from version 0.3.4 to 1.1.1.
- Add browserify to npm dependencies.
- Add SockJS-client to npm dependencies.
- Add npm postinstall script to generate browser version of SockJS-client
  from npm package.
- Change deprecated SockJS object property 'protocol_whitelist' to
  'transports'.
- Fix settings.
2016-12-05 21:36:10 -08:00

42 lines
1.1 KiB
JSON

{
"name": "zulip",
"version": "0.0.0",
"license": "Apache-2.0",
"description": "",
"main": "",
"dependencies": {
"browserify": "13.1.1",
"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": "1.12.1",
"jquery-validation": "1.15.1",
"sockjs-client":"1.1.1",
"webpack": "1.12.2"
},
"devDependencies": {
"casperjs": "1.1.3",
"cssstyle": "0.2.29",
"eslint": "^3.9.1",
"htmlparser2": "3.8.3",
"istanbul": "0.4.0",
"jsdom": "9.4.1",
"nwmatcher": "1.3.6",
"phantomjs-prebuilt": "2.1.7",
"webpack-dev-server": "1.12.1",
"xmlhttprequest": "1.5.0"
},
"scripts": {
"postinstall": "browserify node_modules/sockjs-client/lib/entry.js --standalone SockJS > node_modules/sockjs-client/sockjs.js",
"lint": "eslint --quiet",
"lint-loud": "eslint static/js frontend_tests"
},
"repository": {
"type": "git",
"url": "https://github.com/zulip/zulip.git"
}
}