17 lines
418 B
JSON
17 lines
418 B
JSON
{
|
|
"name": "BBB-HTML-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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
|