bigbluebutton-Github/bigbluebutton-html5/package.json
Anton Georgiev 783f150442 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into router-merging
Conflicts:
	bigbluebutton-html5/imports/startup/client/routes.js
2016-05-12 18:08:44 +00:00

40 lines
1.0 KiB
JSON

{
"name": "bbb-html5-client",
"description": "BigBlueButton HTML5 Client",
"scripts": {
"start": "cd app;./start.sh",
"preinstall": "npm install -g grunt-cli",
"test": "cd app;JASMINE_BROWSER=PhantomJS JASMINE_MIRROR_PORT=3000 meteor run --test",
"lint": "node_modules/jscs/bin/jscs *",
"autofix": "node_modules/jscs/bin/jscs * --fix"
},
"dependencies": {
"classnames": "^2.2.3",
"history": "^2.1.1",
"react": "^15.0.1",
"react-addons-pure-render-mixin": "^15.0.1",
"react-dom": "^15.0.1",
"react-intl": "^2.1.2",
"react-modal": "^1.2.1",
"react-router": "^2.4.0"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"coffeelint": "^1.6.0",
"grunt": "^0.4.5",
"grunt-concurrent": "~2.2.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-force-task": "~2.0.0",
"grunt-jscs": "~2.8.0",
"grunt-shell": "~1.2.1",
"jscs": "~2.11.0",
"load-grunt-tasks": "~3.4.1",
"grunt-newer": "~1.2.0"
},
"cssModules": {
"extensions": [
"scss"
]
}
}