node-query/package.json

21 lines
461 B
JSON
Raw Normal View History

2014-10-08 19:44:14 -04:00
{
"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"
}