-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "appnodemongo",
"version": "1.0.0",
"description": "Aplicacion de Node, MongoDB, Angular2, Typescript",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calsgeo/AppNodeMongo.git"
},
"keywords": [
"Node",
"MongoDB",
"Angular2",
"Typescript"
],
"author": "Camilo Alexander Leon Sanchez",
"license": "MIT",
"bugs": {
"url": "https://github.com/calsgeo/AppNodeMongo/issues"
},
"homepage": "https://github.com/calsgeo/AppNodeMongo#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"express": "^4.14.1",
"jwt-simple": "^0.5.1",
"moment": "^2.17.1",
"mongoose": "^4.8.4",
"mongoose-paginate": "^5.0.3",
"multer": "^1.3.0"
},
"devDependencies": {
"@types/bcrypt-nodejs": "0.0.30",
"@types/express": "^4.0.35",
"@types/jwt-simple": "^0.5.32",
"@types/mongoose": "^4.7.8",
"@types/mongoose-paginate": "^5.0.4",
"@types/multer": "0.0.33",
"nodemon": "^1.11.0"
}
}