UNPKG

epiquery2

Version:

run templated queries from the http's using learnings from 1

61 lines (60 loc) 1.34 kB
{ "name": "epiquery2", "version": "0.0.5", "description": "run templated queries from the http's using learnings from 1", "devDependencies": { "browserify": "^10.1.2", "coffeeify": "0.5.2", "coffeelint": "0.6.1", "jshint": "2.3.0", "sockjs-client": "0.1.3", "ws": "~0.4.31" }, "dependencies": { "async": "0.2.9", "awesome-websocket": "0.0.25", "browserify": "6.2.0", "coffee-script": "1.9.1", "coffeeify": "1.0.0", "difftest-runner": "0.0.3", "docopt": "0.4.0", "dot": "1.0.1", "express": "3.1.0", "hogan.js": "2.0.0", "install": "^0.1.7", "line-by-line": "0.1.1", "lodash-contrib": "241.4.14", "mysql": "2.0.0-rc1", "optimist": "0.6.0", "q": "0.9.2", "simplog": "*", "sockjs": "0.3.8", "tedious": "^1.11.0", "tedious-connection-pool": "^0.3.5", "underscore": "1.4.4", "xmla4js": "git+https://github.com/glg/xmla4js.git" }, "engine": { "node": "0.10.3" }, "scripts": { "start": "./bin/npm-starter" }, "engines": { "node": "0.12.1", "npm": "2.5.1" }, "browser": "src/clients/EpiClient.coffee", "browserify": { "transform": [ "coffeeify" ] }, "repository": { "type": "git", "url": "git://github.com/igroff/epiquery2.git" }, "os": [ "!win32" ] }