1
0
mirror of https://github.com/thiagoralves/OpenPLC.git synced 2025-05-08 16:19:07 +08:00
OpenPLC/package.json

14 lines
225 B
JSON

{
"name": "file_upload",
"version": "0.0.1",
"dependencies": {
"express": "~4.10.2",
"multer": "~0.1.6"
},
"devDependencies": {
"should": "~7.1.0",
"mocha": "~2.3.3",
"supertest": "~1.1.0"
}
}