{
  "name": "shopbeamjs",
  "version": "0.0.0",
  "description": "shopbeam js client library",
  "main": "./src/main",
  "scripts": {
    "test": "npm install && ./node_modules/.bin/gulp test test-browser"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shopbeam/shopbeamjs.git"
  },
  "author": "Shopbeam, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shopbeam/shopbeamjs/issues"
  },
  "homepage": "https://github.com/shopbeam/shopbeamjs",
  "devDependencies": {
    "underscore.string": "^2.3.3",
    "expect.js": "~0.3.1",
    "gulp": "~3.5.2",
    "gulp-browserify": "~0.4.4",
    "gulp-clean": "~0.2.4",
    "gulp-jshint": "~1.5.0",
    "gulp-load-plugins": "~0.3.0",
    "gulp-mocha": "~0.4.1",
    "gulp-plumber": "~0.5.6",
    "gulp-rename": "~1.1.0",
    "gulp-replace": "~0.2.0",
    "gulp-uglify": "~0.2.1",
    "gulp-util": "~2.2.14",
    "jshint-stylish": "~0.1.5",
    "gulp-karma": "0.0.4",
    "karma": "~0.12.16",
    "karma-chrome-launcher": "~0.1.2",
    "karma-firefox-launcher": "~0.1.3",
    "karma-growler-reporter": "~0.0.1",
    "karma-html2js-preprocessor": "~0.1.0",
    "karma-mocha": "~0.1.4",
    "karma-phantomjs-launcher": "~0.1.2",
    "karma-script-launcher": "~0.1.0",
    "karma-spec-reporter": "~0.0.10",
    "mocha": "~1.17.1"
  },
  "testling": {
    "harness": "mocha",
    "files": "test/*.js",
    "scripts": [
      "build/bundle.js"
    ],
    "browsers": [
      "ie/8..latest",
      "chrome/27..latest",
      "firefox/22..latest",
      "safari/5.1..latest",
      "opera/12..latest",
      "iphone/6..latest",
      "ipad/6..latest",
      "android-browser/4.2..latest"
    ]
  }
}