first commit
This commit is contained in:
commit
b2d214d288
5
lib/node-query.js
Normal file
5
lib/node-query.js
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
"use strict";
|
||||||
|
|
||||||
|
module.exports = function query() {
|
||||||
|
|
||||||
|
};
|
21
package.json
Normal file
21
package.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user