hapi-campaigns
Version:
campaign tracking
46 lines (45 loc) • 1.03 kB
JSON
{
"name": "hapi-campaigns",
"version": "3.3.2",
"description": "campaign tracking",
"main": "index.js",
"engine": {
"node": ">=8.8.0"
},
"scripts": {
"test": "lab --leaks -e test -c "
},
"repository": {
"type": "git",
"url": "git+https://github.com/firstandthird/hapi-campaigns.git"
},
"keywords": [
"hapi",
"campaign"
],
"eslintConfig": {
"extends": "firstandthird",
"rules": {
"no-underscore-dangle": 0
},
"parserOptions": {
"ecmaVersion": 2017
}
},
"devDependencies": {
"code": "^5.2.4",
"eslint": "^5.16.0",
"eslint-config-firstandthird": "^4.3.0",
"eslint-plugin-import": "^2.17.2",
"hapi": "^18.1.0",
"lab": "^18.0.2",
"wreck": "^14.2.0"
},
"author": "First+Third",
"license": "MIT",
"bugs": {
"url": "https://github.com/firstandthird/hapi-campaigns/issues"
},
"homepage": "https://github.com/firstandthird/hapi-campaigns#readme",
"dependencies": {}
}