-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 871 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 871 Bytes
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
{
"name": "api",
"version": "1.0.0",
"description": "Node js common rest API",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/thusharam/common.git"
},
"keywords": [
"NodeJS",
"Common",
"Rest",
"API"
],
"author": "Thushara Manchanayake (thusharas@gmail.com)",
"license": "ISC",
"homepage": "https://bitbucket.org/thusharam/common#readme",
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "^1.14.2",
"config": "^1.19.0",
"cors": "^2.7.1",
"crypto": "0.0.3",
"express": "^4.13.4",
"express-validator": "^2.19.1",
"express-winston": "^1.2.0",
"mongorepository": "~1.1.1",
"mysql": "^2.10.2",
"q": "^1.4.1",
"repository": "^0.2.0",
"underscore": "^1.8.3",
"winston": "^2.2.0"
}
}