{
  "name": "pocketmedia-native-ads-library",
  "version": "1.2.3",
  "repository": {
    "type": "git",
    "url": "https://github.com/Pocketbrain/native-ads-web-ad-library.git"
  },
  "description": "PocketMedia Native Ads library for web ad units",
  "main": "src/npm.js",
  "scripts": {
    "build": "grunt",
    "server": "http-server ./dist --cors",
    "test-concurrent": "concurrent --kill-others \"http-server ./test/assets --cors\" \"npm run test-mocha\"",
    "test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test/specs/",
    "test:debug": "npm test -- --debug",
    "test:watch": "npm test -- --watch"
  },
  "author": "Pocket Media <support@pocketmedia.mobi> (http://www.pocketmedia.mobi)",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.7.7",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-1": "^6.5.0",
    "bower": "^1.5.3",
    "browserify": "^13.0.0",
    "chai": "^3.5.0",
    "chai-jquery": "^2.0.0",
    "concurrently": "^2.0.0",
    "grunt": "^0.4.5",
    "grunt-browserify": "^4.0.1",
    "grunt-cli": "^0.1.13",
    "grunt-concurrent": "^2.1.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-copy": "^0.8.2",
    "grunt-contrib-jshint": "^0.11.3",
    "grunt-contrib-requirejs": "^0.4.4",
    "grunt-contrib-uglify": "^0.11.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-jsdoc": "^1.0.0",
    "grunt-rename": "^0.1.4",
    "http-server": "^0.9.0",
    "jquery": "^2.2.3",
    "jsdom": "^8.4.0",
    "json-server": "^0.8.1",
    "mocha": "^2.4.5",
    "phantomjs": "^1.9.18",
    "sinon": "^1.17.3",
    "watchify": "^3.7.0",
    "xmlhttprequest": "^1.8.0"
  },
  "bugs": {
    "url": "https://github.com/Pocketbrain/native-ads-web-ad-library/issues"
  },
  "homepage": "https://nativeads.pocketmedia.mobi",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "keywords": [
    "native",
    "ads",
    "advertising",
    "monetization"
  ]
}
