bigbluebutton-Github/bigbluebutton-html5/package.json

26 lines
721 B
JSON
Executable File

{
"name": "bbb-html5-client",
"description": "BigBlueButton HTML5 Client",
"scripts": {
"start": "cd app;./start.sh",
"preinstall": "sudo 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"
},
"devDependencies": {
"coffeelint": "^1.6.0",
"grunt": "^0.4.5",
"jscs": "~2.11.0",
"grunt-jscs": "~2.8.0",
"grunt-shell": "~1.2.1",
"load-grunt-tasks": "~3.4.1",
"grunt-force-task": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-concurrent": "~2.2.1"
}
}