add-affiliate-querystring
Version:
Given a user-entered URL, add your own affiliate code to the querystring.
32 lines (31 loc) • 782 B
JSON
{
"name": "add-affiliate-querystring",
"version": "1.0.2",
"description": "Given a user-entered URL, add your own affiliate code to the querystring.",
"main": "index.js",
"scripts": {
"test": "tape test.js | faucet && jsmd readme.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TehShrike/add-affiliate-querystring.git"
},
"keywords": [
"amazon",
"affiliate",
"associate",
"querystring",
"tag"
],
"author": "TehShrike",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/TehShrike/add-affiliate-querystring/issues"
},
"homepage": "https://github.com/TehShrike/add-affiliate-querystring#readme",
"devDependencies": {
"faucet": "0.0.1",
"jsmd": "^0.3.0",
"tape": "^4.0.1"
}
}