UNPKG

vk-auth

Version:

authorization in VK social network as standalone application. Uses PhantomJS for opening VK auth form and entering credentials

38 lines (37 loc) 985 B
{ "name": "vk-auth", "version": "1.0.6", "description": "authorization in VK social network as standalone application. Uses PhantomJS for opening VK auth form and entering credentials", "main": "index.js", "scripts": { "test": "mocha --reporter spec --bail --check-leaks test/", "test-coverage": "istanbul cover _mocha --bail --check-leaks test/", "test-acceptance": "mocha --reporter spec --bail --check-leaks test/acceptance/" }, "repository": "DarkXaHTeP/vk-auth", "keywords": [ "VK", "vkontakte", "authentication", "authorization", "token", "application" ], "author": "DarkXaHTeP <darkxahtep@gmail.com>", "license": "MIT", "dependencies": { "phantomjs-prebuilt": "2.1.14" }, "engines": { "node": ">=4" }, "devDependencies": { "chai": "3.5.0", "istanbul": "0.4.5", "mocha": "3.2.0", "mocha-sinon": "1.1.6", "proxyquire": "1.7.10", "sinon": "1.17.6", "sinon-chai": "2.8.0" } }