twitter-widgets
Version:
Wrapper for dynamically loading the Twitter widgets script (follow button, embedded tweets etc.)
27 lines (26 loc) • 775 B
JSON
{
"name": "twitter-widgets",
"version": "2.0.0",
"description": "Wrapper for dynamically loading the Twitter widgets script (follow button, embedded tweets etc.)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Prinzhorn/twitter-widgets.git"
},
"keywords": ["twitter", "widgets", "wrapper"],
"author": "Alexander Prinzhorn <alexander@prinzhorn.it> (https://www.prinzhorn.it/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Prinzhorn/twitter-widgets/issues"
},
"homepage": "https://github.com/Prinzhorn/twitter-widgets",
"devDependencies": {
"prettier": "^1.12.1"
},
"prettier": {
"singleQuote": true
}
}