{
  "name": "index",
  "description": "Append only B+ Tree Index engine for node.js",
  "version": "0.4.0",

  "author": "Fedor Indutny <fedor.indutny@gmail.com>",

  "dependencies": {
    "step": ">= 0.0.4"
  },
  "devDependencies": {
    "coffee-script": ">= 1.0.1",
    "vows": ">= 0.5.8"
  },

  "engine": ["node >= 0.6.0"],

  "main": "./build/index",

  "scripts": {
    "test": "vows --spec test/*-test.js"
  }
}
