first commit

This commit is contained in:
Timothy Warren 2014-10-08 19:44:14 -04:00
commit b2d214d288
2 changed files with 26 additions and 0 deletions

5
lib/node-query.js Normal file
View File

@ -0,0 +1,5 @@
"use strict";
module.exports = function query() {
};

21
package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "node-query",
"version": "0.0.0",
"description": "A query builder for node based on the one in CodeIgniter",
"author": "Timothy J Warren <tim@timshomepage.net>",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/timw4mail/node-query"
},
"bugs": {
"url": "https://github.com/timw4mail/node-query/issues"
},
"main": "lib/node-query.js",
"devDependencies": {
"nodeunit":"*"
},
"license": "MIT"
}