package.json 554 Bytes
{
"name": "BarraBrasil",
"description": "Barra oficial do governo federal brasileiro",
"devDependencies": {
"variable-replacer": "1.5.1",
"coffee-script": "1.10.0",
"coffeescript-concat": "1.0.14",
"uglifyjs": "2.4.10",
"express": "4.13.4",
"chai": "3.5.0",
"chai-jq": "0.0.9",
"mocha": "2.4.5",
"zombie": "4.2.1",
"ejs": "2.4.1"
},
"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/"
}
}