2014-10-03 01:14:41 +08:00
|
|
|
{
|
|
|
|
"name": "BBB-HTML-CLIENT",
|
|
|
|
"scripts": {
|
2015-11-22 14:18:33 +08:00
|
|
|
"start": "cd app;./start.sh",
|
2015-11-22 14:34:58 +08:00
|
|
|
"preinstall": "sudo npm install -g grunt-cli",
|
|
|
|
"test": "cd app;JASMINE_BROWSER=PhantomJS JASMINE_MIRROR_PORT=3000 meteor run --test"
|
2014-10-03 01:14:41 +08:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|