-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (35 loc) · 919 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
36
{
"name": "Node",
"version": "1.0.0",
"description": "Test Project",
"main": "index.js",
"private": true,
"dependencies": {
"async":"~1.5.0",
"express":"~4.13.3",
"basic-auth-connect":"^1.0.0",
"bluebird":"^3.1.1",
"body-parser":"~1.14.1",
"bunyan":"~1.5.1",
"compression":"~1.6.0",
"mysql2":"^0.15.8",
"underscore":"^1.0.0",
"lodash":"^4.5.0"
},
"devDependencies": {
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blyadav511/Node.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/blyadav511/Node/issues"
},
"homepage": "https://github.com/blyadav511/Node#readme"
}