15 lines
265 B
JSON
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"
|
|
}
|
|
}
|
|
|