{
  "name": "time-require",
  "version": "0.1.2",
  "description": "Displays the execution time for Node.js modules loading; inspired by @sindresorhus 'time-grunt'",
  "homepage": "https://github.com/jaguard/time-require",
  "keywords": [
    "require",
    "measure",
    "time",
    "profile"
  ],
  "author": {
    "name": "Jaguard OSS",
    "email": "oss@jaguard.com",
    "url": "http://oss.jaguard.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jaguard/time-require"
  },
  "bugs": {
    "url": "https://github.com/jaguard/time-require/issues"
  },
  "main": "src/timeRequire.js",
  "scripts": {
    "start": "gulp watch",
    "test": "gulp test"
  },
  "dependencies": {
    "chalk": "^0.4.0",
    "text-table": "^0.2.0",
    "date-time": "^0.1.1",
    "pretty-ms": "^0.2.1"
  },
  "devDependencies": {
    "gulp": "~3.6.0",
    "gulp-util": "~2.2.14",
    "gulp-load-plugins": "~0.5.0",
    "run-sequence": "~0.3.6",
    "gulp-clean": "~0.2.4",
    "gulp-cached": "~0.0.3",
    "gulp-jshint": "~1.5.2",
    "gulp-jsonlint": "~0.0.3",
    "gulp-if": "~1.0.0",
    "gulp-match": "~0.0.2",
    "gulp-jscs": "~0.4.0",
    "gulp-docco": "~0.0.4",
    "gulp-jsdoc": "~0.1.4",
    "gulp-markdown": "~0.1.2",
    "gulp-markdown-pdf": "~0.2.0",
    "gulp-jasmine": "~0.2.0",
    "gulp-notify": "~1.2.5",
    "jshint-stylish": "~0.1.5"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jaguard/time-require/raw/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "readmeFilename": "README.md",
  "_from": "time-require@0.1.2",
  "_resolved": "http://registry.npm.taobao.org/time-require/download/time-require-0.1.2.tgz"
}