UNPKG

twitter-helper

Version:

Allows to fetch data from Twitter without using its API. Does not require any authentication.

31 lines (30 loc) 884 B
{ "name": "twitter-helper", "version": "1.0.0", "description": "Allows to fetch data from Twitter without using its API. Does not require any authentication.", "main": "src/twitterHelper.js", "scripts": { "minify": "uglifyjs src/twitterHelper.js --mangle --compress --comments --output twitterHelper.min.js", "gzip": "gzip -c twitterHelper.min.js > twitterHelper.min.js.gz" }, "repository": { "type": "git", "url": "git+https://github.com/sunpietro/twitterHelper.git" }, "keywords": [ "twitter", "helper", "tweets", "apiless", "javascript" ], "author": "Piotr Nalepa", "license": "MIT", "bugs": { "url": "https://github.com/sunpietro/twitterHelper/issues" }, "homepage": "https://github.com/sunpietro/twitterHelper#readme", "devDependencies": { "uglify-js": "git://github.com/mishoo/UglifyJS2#harmony" } }