summaryrefslogtreecommitdiff
path: root/http/codebird-php/bower.json
blob: 2250042852286a10fcca3aea667a3d6f1d968b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "codebird-php",
  "version": "3.1.0",
  "homepage": "https://www.jublo.net/projects/codebird/php",
  "authors": [
    "Joshua Atkins <joshua.atkins@jublo.net>",
    "J.M. <jm@jublo.net>"
  ],
  "description": "Easy access to the Twitter REST API, Collections API, Streaming API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.",
  "main": "src/codebird.php",
  "moduleType": [],
  "keywords": [
    "Twitter",
    "API",
    "networking"
  ],
  "license": "GPL-3.0+",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}