{
  "name": "delve",
  "version": "0.3.2",
  "main": "src/delve.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --ui qunit",
    "prepublish": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hughfdjackson/delve.git"
  },
  "testling": {
    "files": "test/*-test.js",
    "browsers": [
      "iexplore/6.0",
      "iexplore/7.0",
      "iexplore/8.0",
      "iexplore/9.0",
      "iexplore/10.0",
      "chrome/4.0",
      "chrome/23.0",
      "firefox/3.0",
      "firefox/17.0",
      "opera/10.0",
      "opera/12.0",
      "safari/5.0.5",
      "safari/5.1"
    ],
    "harness": "mocha-qunit"
  },
  "devDependencies": {
    "es5-shim": "2.0.5",
    "mocha": "1.8.1"
  },
  "keywords": [
    "property",
    "accessor",
    "utility",
    "sugar"
  ],
  "author": "hughfdjackson",
  "license": "BSD"
}
