|
|
|
@ -1,11 +1,14 @@
|
|
|
|
|
{ |
|
|
|
|
"name": "node-query", |
|
|
|
|
"version": "0.0.0", |
|
|
|
|
"version": "0.0.1", |
|
|
|
|
"description": "A query builder for node based on the one in CodeIgniter", |
|
|
|
|
"author": "Timothy J Warren <tim@timshomepage.net>", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=0.10.0" |
|
|
|
|
}, |
|
|
|
|
"repository": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/timw4mail/node-query" |
|
|
|
|
"url": "https://github.com/timw4mail/node-query.git" |
|
|
|
|
}, |
|
|
|
|
"bugs": { |
|
|
|
|
"url": "https://github.com/timw4mail/node-query/issues" |
|
|
|
@ -15,6 +18,9 @@
|
|
|
|
|
"async": "^0.9.0", |
|
|
|
|
"getargs": "" |
|
|
|
|
}, |
|
|
|
|
"bundledDependencies": [ |
|
|
|
|
"async","getargs" |
|
|
|
|
], |
|
|
|
|
"devDependencies": { |
|
|
|
|
"grunt": "^0.4.5", |
|
|
|
|
"grunt-contrib-clean": "^0.6.0", |
|
|
|
|