package.json 490 Bytes
{
"name": "BarraBrasil",
"description": "Barra oficial do governo federal brasileiro",
"devDependencies": {
"coffee-script": "1.9.3",
"uglifyjs": "2.4.10",
"express": "4.13.3",
"chai": "3.2.0",
"chai-jq": "0.0.8",
"mocha": "2.2.5",
"zombie": "4.1.0",
"ejs": "2.3.3"
},
"optionalDependencies": {},
"scripts": {
"testReport": "./node_modules/.bin/mocha --timeout 30000 --recursive -R xunit test/ > test-reports.xml",
"test": "./node_modules/.bin/mocha --timeout 30000 --recursive test/"
}
}