package.json 524 Bytes
{
"name": "BarraBrasil",
"description": "Barra oficial do governo federal brasileiro",
"engines": {
"node": "~0.10"
},
"dependencies": {
"jsdom": "3.1.2",
"coffee-script": "1.9.3",
"uglifyjs": "2.4.10",
"express": "5.0.0-alpha.2",
"chai": "3.2.0",
"chai-jq": "0.0.8",
"zombie": "2.*",
"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/"
}
}