-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.19 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
45
46
47
48
49
50
51
52
{
"name": "avaritia",
"version": "0.1.0",
"description": "Credit simulator for personal banking ",
"main": "server.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://alejojamc@github.com/AlejoJamC/avaritia.git"
},
"keywords": [
"nodejs",
"express",
"mongodb",
"personal",
"banking",
"rest",
"restful"
],
"author": "@AlejoJamC",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/AlejoJamC/avaritia/issues"
},
"homepage": "https://github.com/AlejoJamC/avaritia#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.13.3",
"express": "4.13.3",
"express-session": "^1.11.3",
"jade": "^1.11.0",
"moment": "^2.10.6",
"mongoose": "^4.1.3",
"morgan": "^1.6.1",
"oauth2orize": "^1.0.1",
"passport": "0.3.0",
"passport-http": "0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"string": "^3.3.1",
"winston": "^1.0.1"
},
"devDependencies": {
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"nodemon": "^1.4.0",
"should": "^7.1.0",
"supertest": "^1.1.0"
}
}