{
  "name": "catiline",
  "version": "2.9.3",
  "description": "Multi proccessing with workers in the browser.",
  "keywords": [
    "workers",
    "threads",
    "parallel"
  ],
  "author": "Calvin Metcalf <calvin.metcalf@gmail.com> (https://github.com/calvinmetcalf)",
  "bugs": {
    "url": "https://github.com/calvinmetcalf/catiline/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/calvinmetcalf/catiline.git"
  },
  "scripts": {
    "test": "grunt"
  },
  "jam": {
    "include": [
      "README.md",
      "LICENCE.md",
      "dist/catiline.js"
    ]
  },
  "main": "dist/catiline.js",
  "license": "MIT",
  "devDependencies": {
    "grunt-cli": "~0.1.9",
    "grunt-contrib-uglify": "~0.2.0",
    "grunt-contrib-concat": "~0.1.3",
    "chai": "~1.7.2",
    "grunt-contrib-connect": "~0.3.0",
    "grunt-contrib-jshint": "~0.5.4",
    "grunt-saucelabs": "~4.0.4",
    "grunt": "~0.4.1",
    "uglify-js": "~2.3.6",
    "defs": "~0.4.1",
    "mocha": "~1.12.1",
    "grunt-mocha-phantomjs": "~0.3.0"
  },
  "directories": {
    "test": "test"
  }
}
