bigbluebutton-Github/bigbluebutton-html5/package.json
2015-03-05 17:55:23 +00:00

15 lines
265 B
JSON

{
"name": "BBB-HTML-CLIENT",
"scripts": {
"start": "meteor"
},
"devDependencies": {
"coffeelint": "^1.6.0",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "^0.11.1",
"grunt-contrib-jshint": "^0.10.0"
}
}