twitter-expand-url
Version:
expand twitter urls based on API json
38 lines (37 loc) • 867 B
JSON
{
"name": "twitter-expand-url",
"version": "0.1.4",
"description": "expand twitter urls based on API json",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/duivvv/twitter-expand-url"
},
"keywords": [
"twitter",
"url",
"expander",
"shorteners"
],
"author": "Geoffrey Dhuyvetters",
"license": "MIT",
"bugs": {
"url": "https://github.com/duivvv/twitter-expand-url/issues"
},
"homepage": "https://github.com/duivvv/twitter-expand-url",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jshint-stylish": "^1.0.0"
},
"dependencies": {
"expand-url": "^0.1.3",
"lodash": "^2.4.1"
}
}