{
  "name": "jenkins-js-modules",
  "version": "1.5.4",
  "description": "Jenkins CI JavaScript module bundle loader",
  "main": "js/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Tom Fennelly <tom.fennelly@gmail.com> (https://github.com/tfennelly)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jenkinsci/js-modules"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-jasmine": "^2.0.1",
    "jasmine-reporters": "^2.0.6",
    "jsdom": "7.0.2"
  },
  "dependencies": {
    "window-handle": "0.0.6"
  }
}
