@ra5mus/eb-comscore
Version:
Convenience wrapper for comscore functionality
33 lines (32 loc) • 801 B
JSON
{
"name": "@ra5mus/eb-comscore",
"version": "1.0.1",
"description": "Convenience wrapper for comscore functionality",
"main": "eb-comscore.js",
"scripts": {
"prepublish": "npm run testflight",
"testflight": "npm run pack",
"pack": "webpack --progress --colors",
"watch": "webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebudvikling/eb-comscore.git"
},
"keywords": [
"tracking",
"comscore",
"statistics",
"stats",
"analytics"
],
"author": "Rasmus Frederiksen",
"license": "ISC",
"bugs": {
"url": "https://github.com/ebudvikling/eb-comscore/issues"
},
"homepage": "https://github.com/ebudvikling/eb-comscore#readme",
"devDependencies": {
"webpack": "^1.8.11"
}
}