UNPKG

gpt-mock

Version:

Test library for mocking out Google Publisher Tags

112 lines 3.01 kB
{ "name": "gpt-mock", "description": "Test library for mocking out Google Publisher Tags", "homepage": "https://github.com/krux/gpt-mock/", "bugs": "https://github.com/krux/gpt-mock/issues", "license": "Apache-2.0", "keywords": [ "gpt", "dfp", "testing" ], "repository": { "type": "git", "url": "git://github.com/krux/gpt-mock.git" }, "main": "dist/gpt-mock.js", "author": { "name": "Seth Yates", "web": "http://github.com/sethyates" }, "maintainers": [ { "name": "Seth Yates", "web": "https://github.com/sethyates" } ], "config": { "ports": { "cdn": "8080" }, "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "babel": { "presets": [ "es2015-loose" ], "plugins": [ "transform-object-assign", "transform-es3-property-literals", "transform-es3-member-expression-literals" ], "comments": true, "compact": false }, "scripts": { "build": "gulp build", "clean": "gulp clean", "doc": "gulp doc", "lint": "gulp lint", "semantic-release": "semantic-release pre && gulp build && npm publish && semantic-release post", "start": "gulp serve", "tdd": "gulp tdd", "tdd:coverage": "gulp tdd:coverage", "test": "gulp test", "test:ci": "gulp test:ci", "test:debug": "gulp test:debug", "test:nocoverage": "gulp test:nocoverage" }, "devDependencies": { "babel-core": "6.14.0", "babel-eslint": "6.1.2", "babel-loader": "6.2.5", "babel-plugin-transform-es3-member-expression-literals": "6.8.0", "babel-plugin-transform-es3-property-literals": "6.8.0", "babel-plugin-transform-object-assign": "6.8.0", "babel-plugin-transform-runtime": "6.15.0", "babel-preset-es2015": "6.14.0", "babel-preset-es2015-loose": "8.0.0", "babel-register": "6.14.0", "babelify": "7.3.0", "cz-conventional-changelog": "1.2.0", "del": "2.2.2", "esdoc-importpath-plugin": "0.0.1", "eslint": "3.5.0", "expect.js": "0.3.1", "gulp": "3.9.1", "gulp-babel": "6.1.2", "gulp-esdoc": "0.3.0", "gulp-eslint": "3.0.1", "gulp-header": "1.8.8", "gulp-jscs": "4.0.0", "gulp-util": "3.0.7", "isparta": "4.0.0", "isparta-loader": "2.0.0", "istanbul": "0.4.5", "jscs": "3.0.7", "json-loader": "0.5.4", "karma": "1.3.0", "karma-babel-preprocessor": "6.0.1", "karma-coverage": "1.1.1", "karma-coveralls": "1.1.2", "karma-expect": "1.1.2", "karma-mocha": "1.1.1", "karma-mocha-reporter": "2.1.0", "karma-phantomjs-launcher": "1.0.2", "karma-sinon": "1.0.5", "karma-webpack": "1.8.0", "lolex": "1.5.1", "mocha": "3.0.2", "phantomjs-prebuilt": "2.1.12", "process": "0.11.9", "semantic-release": "4.3.5", "sinon": "1.17.5", "watchify": "3.7.0", "webpack": "1.13.2", "webpack-dev-server": "1.15.2", "webpack-stream": "3.2.0" }, "version": "1.0.2" }