18 lines
331 B
JSON
18 lines
331 B
JSON
{
|
|
"name": "async-opt",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.14.0",
|
|
"fastq": "^1.4.1",
|
|
"lru-cache": "^4.0.1",
|
|
"mongodb": "^2.1.18"
|
|
}
|
|
}
|