UNPKG

hubot-wikipedia-lang

Version:

A Hubot script for search articles in Wikipedia

51 lines (50 loc) 1.91 kB
{ "name": "hubot-wikipedia-lang", "version": "1.0.3", "description": "A Hubot script for search articles in Wikipedia", "main": "src", "scripts": { "pretest": "coffeelint src test", "test": "mocha --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul", "posttest": "istanbul report text-summary lcov", "coveralls": "coveralls < coverage/lcov.info", "codeclimate": "codeclimate-test-reporter < coverage/lcov.info", "release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags && npm publish", "release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && npm publish", "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish" }, "engines": { "node": ">=4" }, "repository": { "type": "git", "url": "https://github.com/lgaticaq/hubot-wikipedia-lang.git" }, "keywords": [ "hubot", "hubot-scripts", "wikipedia" ], "author": "Leonardo Gatica <lgatica@protonmail.com> (https://about.me/lgatica)", "license": "MIT", "bugs": { "url": "https://github.com/lgaticaq/hubot-wikipedia-lang/issues" }, "homepage": "https://github.com/lgaticaq/hubot-wikipedia-lang#readme", "dependencies": { "iso-639-1": "^1.3.0" }, "devDependencies": { "chai": "^3.5.0", "codeclimate-test-reporter": "^0.4.1", "coffee-coverage": "^2.0.0", "coffee-script": "^1.12.5", "coffeelint": "^1.16.0", "coveralls": "^2.13.1", "generate-changelog": "^1.1.0", "hubot-test-helper": "^1.5.1", "istanbul": "^0.4.5", "mocha": "^3.3.0", "nock": "^9.0.13" } }