{
  "name": "cpuprofilify",
  "version": "1.0.0",
  "description": "Converts output of various profiling/sampling tools to the .cpuprofile format so it can be loaded into Chrome DevTools.",
  "main": "index.js",
  "scripts": {
    "docme": "docme README.md -- --configure .jsdocrc",
    "test": "tape test/*.js && standart"
  },
  "bin": {
    "cpuprofilify": "bin/cpuprofilify",
    "profile_1ms.d": "bin/profile_1ms.d"
  },
  "files": [
    "index.js",
    "bin",
    "lib",
    "LICENSE",
    "README.md"
  ],
  "browser": {
    "./lib/resolve-symbols.js": "./lib/resolve-symbols.browser.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/cpuprofilify.git"
  },
  "homepage": "https://github.com/thlorenz/cpuprofilify",
  "dependencies": {
    "inherits": "~2.0.1",
    "minimist": "^1.1.0",
    "npmlog": "~1.0.0",
    "resolve-jit-symbols": "~0.5.0",
    "trace-filter-internals": "^0.1.0",
    "xtend": "~4.0.0"
  },
  "devDependencies": {
    "JSONSelect": "~0.4.0",
    "standart": "~6.1.0",
    "tape": "~3.4.0"
  },
  "keywords": [
    "dtrace",
    "perf",
    "timeline",
    "debug",
    "inspect",
    "cpuprofile",
    "profile",
    "devtools"
  ],
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "http://thlorenz.com"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/thlorenz/cpuprofilify/blob/master/LICENSE"
  },
  "engine": {
    "node": ">=0.10"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/17..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest"
    ]
  }
}
