UNPKG

869 BJSONView Raw
1{
2 "name": "enju",
3 "version": "0.2.8",
4 "description": "An elasticsearch on node.js written in CoffeeScript.",
5 "main": "index.js",
6 "scripts": {
7 "test": "nodeunit ./tests"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+ssh://git@github.com/kelp404/enju.git"
12 },
13 "keywords": [
14 "elasticsearch",
15 "NoSQL",
16 "database",
17 "ORM"
18 ],
19 "author": "",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/kelp404/enju/issues"
23 },
24 "homepage": "https://github.com/kelp404/enju",
25 "devDependencies": {
26 "grunt": "0.4.5",
27 "grunt-contrib-clean": "1.1.0",
28 "grunt-contrib-coffee": "1.0.0",
29 "grunt-contrib-watch": "1.0.0",
30 "npm-check-updates": "2.12.1",
31 "time-grunt": "1.4.0"
32 },
33 "dependencies": {
34 "coffee-script": "1.12.6",
35 "config": "1.26.1",
36 "elasticsearch": "12.1.3",
37 "q": "1.5.0"
38 }
39}