{
  "name": "computed-style",
  "description": "Cross-browser currentStyle/getComputedStyle implementation",
  "version": "0.1.4",
  "homepage": "https://github.com/twolfson/computedStyle",
  "author": {
    "name": "Todd Wolfson",
    "email": "todd@twolfson.com",
    "url": "http://twolfson.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/twolfson/computedStyle.git"
  },
  "bugs": {
    "url": "https://github.com/twolfson/computedStyle/issues"
  },
  "main": "dist/computedStyle.commonjs.js",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/twolfson/computedStyle/blob/master/LICENSE-MIT"
    }
  ],
  "scripts": {
    "build": "grunt build",
    "lint": "twolfson-style lint grunt.js dist/computedStyle.commonjs.js test/",
    "_pretest": "twolfson-style install",
    "test": "npm run build && npm run precheck && testem --file test/testem.json ci && npm run lint"
  },
  "dependencies": {},
  "devDependencies": {
    "grunt": "~0.3.17",
    "grunt-jsmin-sourcemap": "~1.7.0",
    "grunt-templater": "0.0.4",
    "grunt-text-replace": "~0.2.10",
    "jscs": "~1.8.1",
    "jshint": "~2.5.10",
    "mocha": "~1.9.0",
    "mustache": "~0.7.2",
    "testem": "~0.2.83",
    "twolfson-style": "~1.6.0"
  },
  "keywords": [
    "cross-browser",
    "getComputedStyle",
    "currentStyle",
    "css",
    "style"
  ],
  "testling": {
    "files": "test/*.js",
    "scripts": [
      "dist/computedStyle.js"
    ],
    "harness": "mocha",
    "browsers": [
      "ie/6..latest",
      "chrome/20..latest",
      "chrome/canary",
      "firefox/10..latest",
      "firefox/nightly",
      "safari/latest",
      "opera/11.0..latest",
      "opera/next",
      "iphone/6",
      "ipad/6"
    ]
  }
}