ima-plugin-analytic-google
Version:
Seznam IMA.js google analytic plugin
50 lines (49 loc) • 1.2 kB
JSON
{
"name": "ima-plugin-analytic-google",
"version": "2.0.0",
"description": "Seznam IMA.js google analytic plugin",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/jest --coverage --no-watchman --config=jest.conf.json",
"lint": "node_modules/.bin/eslint './src/**/*.js' --fix",
"doc": "node_modules/.bin/gulp doc",
"build": "node_modules/.bin/gulp build"
},
"keywords": [
"IMA.js",
"Analytic",
"Google analytic",
"Plugin",
"Javascript"
],
"author": "Miroslav Jancarik <miroslav.jancarik@firma.seznam.cz>",
"repository": {
"type": "git",
"url": "https://github.com/seznam/IMA.js-plugins.git"
},
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/seznam/IMA.js-plugins/issues"
},
"license": "MIT",
"devDependencies": {
"eslint": "5.13.0",
"gulp": "4.0.2",
"ima": "^0.16.0",
"ima-plugin-script-loader": "^0.14.3",
"jest": "^24.1.0"
},
"dependencies": {
"ima-plugin-analytic": "^2.0.0"
},
"peerDependencies": {
"ima-plugin-script-loader": "0.14.x"
},
"browserify": {
"transform": [
"babelify"
]
}
}