{
  "name": "lolex",
  "description": "Fake JavaScript timers",
  "version": "1.3.2",
  "homepage": "http://github.com/sinonjs/lolex",
  "author": "Christian Johansen",
  "repository": {
    "type": "git",
    "url": "http://github.com/sinonjs/lolex.git"
  },
  "bugs": {
    "mail": "christian@cjohansen.no",
    "url": "http://github.com/sinonjs/lolex/issues"
  },
  "license": "BSD-3-Clause",
  "scripts": {
    "lint": "$(npm bin)/jslint src/**/*.js",
    "test-node": "mocha -R dot",
    "test-headless": "mochify",
    "test-cloud": "mochify --wd",
    "test": "npm run lint && npm run test-node && npm run test-headless && npm run test-cloud",
    "bundle": "browserify -s lolex -o lolex.js src/lolex.js"
  },
  "devDependencies": {
    "browserify": ">=5.9 <6",
    "jslint": "^0.6.6",
    "mocha": ">=1.21 <2",
    "mochify": ">=1.0 <2",
    "referee": "~1.0",
    "sinon": "~1.10"
  },
  "main": "./src/lolex.js"
}
