1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/features/json/todo-app/nodejs-express4-rest-api/package.json
Jovan Popovic e5b78ee6c0 Node.js REST APi
Draft version of NodeJS REST API that uses SQL/JSON functions
2016-06-22 13:14:40 +02:00

20 lines
392 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",
"debug": "^2.2.0",
"express": "^4.14.0",
"tedious": "^1.14.0"
}
}