12 lines
205 B
JSON
12 lines
205 B
JSON
{
|
|
"name": "todo-api",
|
|
"version": "0.1.0",
|
|
"main": "server.js",
|
|
"author": "kiamol",
|
|
"dependencies": {
|
|
"nats" : "1.4.9",
|
|
"restify" : "8.5.1",
|
|
"uuid" : "8.2.0"
|
|
}
|
|
}
|
|
|