UNPKG

get-tweets

Version:
52 lines (51 loc) 1.51 kB
{ "name": "get-tweets", "version": "4.0.0", "description": "Get latest tweets", "main": "index.es5.js", "scripts": { "coverage": "isparta cover _mocha index.js -- --timeout 1000000 --require babel-core/register", "precoveralls": "npm run coverage", "coveralls": "coveralls < coverage/lcov.info", "test": "mocha --timeout 1000000 --require babel-core/register", "tdd": "npm test -- --watch", "transpile": "babel index.js > index.es5.js", "prepublish": "npm run transpile", "postpublish": "rm index.es5.js && git push --follow-tags" }, "repository": { "type": "git", "url": "git+https://github.com/iamstarkov/get-tweets.git" }, "keywords": [ "twitter", "data", "automatisation", "automation" ], "author": "Vladimir Starkov <iamstarkov@gmail.com> (http://iamstarkov.com/)", "license": "MIT", "bugs": { "url": "https://github.com/iamstarkov/get-tweets/issues" }, "homepage": "https://github.com/iamstarkov/get-tweets#readme", "dependencies": { "bignum-dec": "^1.0.0", "ramda": "^0.19.1", "twit": "^2.2.2" }, "devDependencies": { "babel-cli": "^6.4.5", "babel-core": "^6.4.5", "babel-plugin-add-module-exports": "^0.1.2", "babel-preset-es2015": "^6.3.13", "bignum-dec": "^1.0.1", "coveralls": "*", "eslint": "^1.10.3", "eslint-config-airbnb": "^5.0.0", "eslint-plugin-require-path-exists": "^1.1.5", "isparta": "*", "mocha": "*", "twitter-tokens": "*" } }