-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 868 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
{
"name": "trainingangularapi",
"version": "1.0.0",
"description": "Api RESTful of trainingAngular",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heberlopezz/trainingAngularAPI.git"
},
"author": "Jonathan Lopez",
"license": "MIT",
"bugs": {
"url": "https://github.com/heberlopezz/trainingAngularAPI/issues"
},
"homepage": "https://github.com/heberlopezz/trainingAngularAPI#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"connect-multiparty": "^2.1.0",
"eslint": "^4.19.1",
"express": "^4.16.3",
"jwt-simple": "^0.5.1",
"moment": "^2.22.1",
"mongoose": "^5.1.2"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}