UNPKG

structures

Version:

Create tree-like data structures from multiple SQL queries. Useful for rich API output.

51 lines (50 loc) 998 B
{ "name": "structures", "description": "Create tree-like data structures from multiple SQL queries. Useful for rich API output.", "version": "0.1.3", "homepage": "", "author": { "name": "Mark Selby", "email": "mark@writebox.co.uk", "url": "http://www.writebox.co.uk" }, "repository": { "type": "git", "url": "git://github.com/markselby/node-structures.git" }, "bugs": { "url": "" }, "licenses": [ { "type": "MIT", "url": "/blob/master/LICENSE-MIT" } ], "main": "lib/structure", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt nodeunit" }, "devDependencies": { "any-db": "~0", "db-query": "~0", "Faker": "~0", "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-nodeunit": "~0.1.2", "grunt-contrib-watch": "~0.2.0", "grunt": "~0.4.1", "grunt-cli": "~0.1" }, "keywords": [ "any-db", "api", "data", "pg", "postgres", "sql", "tree" ] }