UNPKG

check-visa

Version:

German National Visa status check for German Embassy in Moscow

42 lines (41 loc) 1.1 kB
{ "name": "check-visa", "description": "German National Visa status check for German Embassy in Moscow", "version": "1.1.3", "keywords": [ "visa", "moscow", "germany" ], "repository": { "type": "git", "url": "git+https://github.com/agudulin/check-visa.git" }, "bugs": { "url": "https://github.com/agudulin/check-visa/issues" }, "homepage": "https://github.com/agudulin/check-visa#readme", "dependencies": { "async": "^2.1.4", "cheerio": "^0.22.0", "pdf-text": "^0.4.0", "request": "^2.67.0" }, "devDependencies": { "babel": "^6.3.26", "babel-cli": "^6.3.17", "babel-core": "^6.3.26", "babel-preset-es2015": "^6.3.13", "mocha": "^3.2.0" }, "main": "./dist/index.js", "scripts": { "test": "mocha --recursive --compilers js:babel-core/register", "transpile": "babel --stage 0 ./src -d ./dist", "prepush": "npm test", "prepublish": "npm run transpile", "postpublish": "rm -rf ./dist" }, "author": "Alexander Gudulin <alexandr.gudulin@gmail.com> (http://gudulin.com)", "license": "MIT" }