package.json
1.07 KB
{
"name": "faceestimation",
"version": "1.0.0",
"description": "web page for detect face information\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[C\u001b[Dthatwhich detect serveral face information",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jun-hu/Facestimation_using_nodejs.git"
},
"keywords": [
"face"
],
"author": "KANG JUN HU",
"license": "ISC",
"bugs": {
"url": "https://github.com/jun-hu/Facestimation_using_nodejs/issues"
},
"homepage": "https://github.com/jun-hu/Facestimation_using_nodejs#readme",
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"jade": "^1.11.0",
"multer": "^1.3.0",
"pug": "^2.0.0-rc.2",
"supervisor": "^0.12.0"
},
"devDependencies" : {
"should": "~7.1.0",
"mocha": "~2.3.3",
"supertest": "~1.1.0"
}
}