generator-team
Version:
Generates an app with CI/CD in Team Foundation Server or Team Services
37 lines • 1.12 kB
JSON
{
"name": "<%= name_lowercase %>",
"version": "0.0.0",
"private": true,
"main": "./src/server.js",
"scripts": {
"start": "node ./src/server.js",
"test": "node node_modules/istanbul/lib/cli.js cover --report cobertura --report lcov node_modules/mocha/bin/_mocha -- -R xunit -O output=unit.xml"
},
"dependencies": {
"applicationinsights": "^1.0.4",
"body-parser": "^1.18.3",
"bootstrap": "^3.3.6",
"cookie-parser": "~1.4.3",
"debug": "^3.1.0",
"express": "^4.16.3",
"jquery": "^3.3.1",
"jquery-validation": "^1.15.0",
"jquery-validation-unobtrusive": "^3.2.6",
"morgan": "^1.9.0",
"node-fs-extra": "^0.8.2",
"popper.js": "^1.14.4",
"pug": "^2.0.3",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-contrib-copy": "^1.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"proxyquire": "^2.1.0",
"sinon": "^7.0.0",
"sinon-test": "^2.2.1",
"supertest": "^3.1.0"
}
}