-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 734 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 734 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
{
"name": "node-mysql-nesting",
"description": "Nesting objects as a result of mysql joins",
"version": "0.0.3",
"author": {
"name": "Kyle Ladd",
"email": "kladd6@gmail.com"
},
"contributors": [
{
"name": "Selman Kahya",
"email": "hey@selmanh.com"
}
],
"keywords": [
"mysql",
"nesting"
],
"bugs":{
"url" : "https://github.com/kyleladd/node-mysql-nesting/issues",
"email" : "kladd6@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/kyleladd/node-mysql-nesting"
},
"main": "main",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"mysql" : "2.0.0-alpha8"
},
"devDependencies": {
"express": "3.3.4"
}
}