{
  "name": "viral",
  "description": "As simple as JS OO can be; in a tiny package",
  "version": "0.0.4",
  "main": "viral.js",
  "scripts": {
    "test": "npm run build; mocha",
    "prepublish": "npm test",
    "build": "./node_modules/uglify-js/bin/uglifyjs viral.js -m > viral.min.js"
  },
  "devDependencies": {
    "uglify-js": "2.2.5",
    "mocha": "1.8.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hughfdjackson/viral.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"
  },
  "keywords": ["oo", "prototypal", "prototype"],
  "author": "hughfdjackson",
  "license": "BSD"
}
