UNPKG

enju

Version:

An elasticsearch on node.js written in CoffeeScript.

40 lines (39 loc) 869 B
{ "name": "enju", "version": "0.2.8", "description": "An elasticsearch on node.js written in CoffeeScript.", "main": "index.js", "scripts": { "test": "nodeunit ./tests" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/kelp404/enju.git" }, "keywords": [ "elasticsearch", "NoSQL", "database", "ORM" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/kelp404/enju/issues" }, "homepage": "https://github.com/kelp404/enju", "devDependencies": { "grunt": "0.4.5", "grunt-contrib-clean": "1.1.0", "grunt-contrib-coffee": "1.0.0", "grunt-contrib-watch": "1.0.0", "npm-check-updates": "2.12.1", "time-grunt": "1.4.0" }, "dependencies": { "coffee-script": "1.12.6", "config": "1.26.1", "elasticsearch": "12.1.3", "q": "1.5.0" } }