UNPKG
bcc-json-sql
Version:
latest (0.2.4)
0.2.4
node.js json to sql queries mapper
bcc-json-sql
/
package.json
17 lines
(16 loc)
•
292 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"bcc-json-sql"
,
"author"
: {
"name"
:
"rayzl"
,
"email"
:
"rayzl
@outlook
.com"
},
"dependencies"
: {
"underscore"
:
"1.8.2"
},
"description"
:
"node.js json to sql queries mapper"
,
"keywords"
: [
"json-sql"
],
"main"
:
"./lib/index"
,
"version"
:
"0.2.4"
}