{
  "name": "mochapi",
  "version": "1.0.6",
  "description": "Simple Api Mocking",
  "author": "The Home Depot - Techshed (http://techshed.co)",
  "main": "dist/mapi.js",
  "license": "MIT",
  "homepage": "https://github.com/redbeacon/mapi#readme",
  "preferGlobal": true,
  "scripts": {
    "test": "./tests.sh"
  },
  "dependencies": {
    "colors": "^1.1.2",
    "jsonplus": "^1.2.1",
    "pjson": "^1.0.x",
    "formidable": "^1.0.17",
    "query-string": "^3.0.0"
  },
  "devDependencies": {
    "jasmine-node": "^1.14.5",
    "typescript": "^1.5.0-beta"
  },
  "bin": {
    "mapi": "bin/mapi"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redbeacon/mapi.git"
  },
  "bugs": {
    "url": "https://github.com/redbeacon/mapi/issues"
  },
  "keywords": [
    "mapi",
    "mock",
    "api",
    "mocks",
    "api",
    "json",
    "db",
    "endpoint",
    "testing"
  ]
}
