UNPKG

siql

Version:

Siphon.IO Query Language

25 lines (24 loc) 473 B
{ "name": "siql", "version": "0.0.1", "description": "Siphon.IO Query Language", "main": "index.js", "scripts": { "test": "mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/deoxxa/node-siql.git" }, "keywords": [ "siql", "query", "siphon", "siphon.io" ], "author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)", "license": "BSD", "devDependencies": { "mocha": "~1.10.0" } }