mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
22 lines
451 B
JSON
22 lines
451 B
JSON
{
|
|
"name": "nodejs-express4-rest-api",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"description": "nodejs-express4-rest-api",
|
|
"author": {
|
|
"name": "Jovan Popovic",
|
|
"email": "jovanpop@microsoft.com"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.15.2",
|
|
"config": "^1.26.1",
|
|
"debug": "^2.2.0",
|
|
"express": "^4.14.0",
|
|
"tedious": "^1.14.0",
|
|
"express4-tedious": "^0.1.0"
|
|
}
|
|
}
|