-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 934 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "licensingprocess",
"version": "1.0.2",
"description": "Proyecto de laboratorio para aprender a desarrollar sobre NodeJS.",
"main": "server.js",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"debug": "^4.1.0",
"express": "^4.16.3",
"http-errors": "^1.7.1",
"method-override": "^3.0.0",
"mongoose": "^5.3.2",
"morgan": "^1.9.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.0",
"mocha": "^5.2.0"
},
"scripts": {
"start": "node server",
"test": "mocha ./test --recursive --timeout 15000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mundocinco/licensingProcess.git"
},
"author": "Federico Karabogosian",
"license": "ISC",
"bugs": {
"url": "https://github.com/mundocinco/licensingProcess/issues"
},
"homepage": "https://github.com/mundocinco/licensingProcess#readme"
}