{ "name": "authjet", "version": "0.0.2", "description": "Painless SMS user authentication with AuthJet", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "babel --presets es2015 -d lib/ src/", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/AuthJet/authjet-node.git" }, "keywords": [ "authjet", "tfa", "authentication", "sms", "otp", "password", "factor" ], "author": "Eric Wyne ", "license": "MIT", "bugs": { "url": "https://github.com/AuthJet/authjet-node/issues" }, "homepage": "https://github.com/AuthJet/authjet-node#readme", "dependencies": { "bluebird": "^3.4.3" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-preset-es2015": "^6.14.0" } }