{
  "name": "stand",
  "version": "0.0.2",
  "description": "Azure Storage Tables Object Document Mapper",
  "homepage": "http://github.com/topliceanu/stand",
  "license": "MIT",
  "keywords": [
    "azure",
    "tables",
    "azure-storage",
    "odm"
  ],
  "author": "alexandru topliceanu <alexandru.topliceanu@gmail.com> (http://alexandrutopliceanu.ro)",
  "repository": {
    "type": "git",
    "url": "git://github.com/topliceanu/stand.git"
  },
  "bugs": {
    "url": "https://github.com/topliceanu/stand/issues"
  },
  "main": "lib/index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha",
    "prepublish": "./node_modules/.bin/coffee --bare --output ./lib --compile ./src",
    "postpublish": "rm -fr ./lib/*",
    "coverage": "./node_modules/.bin/mocha --require coffee-coverage/register --reporter html-cov | google-chrome",
    "coveralls": "./node_modules/.bin/mocha --require coffee-coverage/register --reporter mocha-lcov-reporter | ./node_modules/.bin/coveralls",
    "compile": "./node_modules/.bin/coffee --bare --output ./lib --compile ./src",
    "lint": "./node_modules/.bin/coffeelint ./src",
    "doc": "./node_modules/.bin/codo src"
  },
  "dependencies": {
    "azure-storage": "0.4.2",
    "q": "1.1.2",
    "schemajs": "0.1.11",
    "underscore": "1.7.0"
  },
  "devDependencies": {
    "chai": "1.10.0",
    "codo": "2.0.9",
    "coffee-coverage": "0.4.4",
    "coffee-script": "1.8.0",
    "coffeelint": "1.8.1",
    "coveralls": "2.11.2",
    "mocha": "2.1.0",
    "mocha-lcov-reporter": "0.0.1"
  },
  "optionalDependencies": {},
  "engines": {
    "node": ">0.10.0"
  },
  "config": {}
}
