{ "name": "auth0-lock-passwordless", "version": "2.2.3", "description": "Auth0 Lock Passwordless", "author": "Auth0 (http://auth0.com)", "license": "MIT", "keywords": [ "auth0", "auth", "openid", "authentication", "passwordless", "browser", "jwt" ], "repository": { "type": "git", "url": "git://github.com/auth0/lock-passwordless" }, "main": "lib/index.js", "scripts": { "start": "grunt dev", "deploy": "./bin/deploy", "build": "grunt build", "design": "grunt design", "dist": "grunt dist", "prepublish": "grunt dist", "postinstall": "echo \"WARNING: Version 2.2.0 introduces changes to the bundling process, see CHANGELOG.md.\"", "test": "zuul -- test/*/*.test.js", "test:browser": "zuul --local 8080 --disable-tunnel -- test/*/*.test.js", "test:phantom": "mochify --recursive --extension=.jsx" }, "devDependencies": { "babel-plugin-transform-css-import-to-string": "0.0.2", "babel-plugin-version-inline": "^1.0.0", "babel-preset-es2015": "^6.3.13", "babel-preset-es2015-loose": "^7.0.0", "babel-preset-react": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "babelify": "^7.2.0", "browserify": "^12.0.1", "bump-version": "^0.5.0", "expect.js": "^0.3.1", "grunt": "^0.4.5", "grunt-aws-s3": "^0.14.0", "grunt-babel": "^6.0.0", "grunt-browserify": "^4.0.0", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-connect": "^0.11.2", "grunt-contrib-copy": "^0.8.0", "grunt-contrib-stylus": "^0.22.0", "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1", "grunt-env": "^0.4.4", "grunt-exec": "^0.4.6", "grunt-http": "^1.6.0", "mochify": "^2.12.0", "react-addons-test-utils": "^0.14.0", "sinon": "^1.15.4", "unreleased": "^0.1.0", "zuul": "3.10.1", "zuul-ngrok": "gnandretta/zuul-ngrok#upgrade-ngrok" }, "dependencies": { "auth0-js": "6.8.0", "blueimp-md5": "^1.1.0", "fbjs": "^0.3.1", "immutable": "^3.7.3", "jsonp": "^0.2.0", "react": "^0.14.0", "react-addons-css-transition-group": "^0.14.0", "react-addons-transition-group": "^0.14.0", "react-dom": "^0.14.0", "reqwest": "^1.1.4", "trim": "0.0.1" } }