{
  "name": "beautiful-lies",
  "version": "3.3.3",
  "url": "https://github.com/mpj/beautiful-lies",
  "author": {
    "name": "Mattias Petter Johansson",
    "email": "mpj@mpj.me",
    "url": "http://mpj.me"
  },
  "description": "Test doubles for asynchronous JavaScript that are easy on the eyes.",
  "main": "lib/beautiful-lies.js",
  "dependencies": {
    "mout": "~0.9.1"
  },
  "devDependencies": {
    "mocha": "1.6.0",
    "coffee-script": "1.6.2",
    "chai": "1.2.0",
    "growl": "1.5.1",
    "grunt-simple-mocha": "0.4.0",
    "grunt-contrib-concat": "0.3.0",
    "grunt-contrib-coffee": "0.7.0",
    "grunt": "0.4.1",
    "grunt-cli": "0.1.13",
    "grunt-bump": "0.0.2",
    "fluent-time": "0.0.9"
  },
  "scripts": {
    "build": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mpj/beautiful-lies.git"
  },
  "keywords": [
    "mock",
    "stub",
    "mocking",
    "stubbing",
    "faking",
    "testing",
    "fakes",
    "unit",
    "test"
  ],
  "license": "MIT"
}
