30 lines
850 B
JSON
Executable File
30 lines
850 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",
|
|
"react": "^15.0.1",
|
|
"react-addons-pure-render-mixin": "^15.0.1",
|
|
"react-dom": "^15.0.1",
|
|
"image-size": "~0.5.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|