exam/package.json

13 lines
209 B
JSON
Raw Permalink Normal View History

2017-05-19 14:53:27 +03:00
{
"name": "i399exam",
"version": "1.0.0",
"scripts": {
2017-06-07 14:55:51 +03:00
"start": "nodemon server.js"
2017-05-19 14:53:27 +03:00
},
"devDependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"nodemon": "^1.11.0"
}
}