twilio-phone-verification
Version:
twilio phone verification
48 lines (47 loc) • 1.38 kB
JSON
{
"name": "twilio-phone-verification",
"version": "1.0.11",
"description": "twilio phone verification",
"main": "./dist/index.js",
"scripts": {
"babel-node": "babel-node --",
"build": "./node_modules/.bin/babel src -d build",
"dist": "./node_modules/.bin/babel src -d dist --presets=babili",
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gidkom/twilio-phone-verification.git"
},
"keywords": [
"nodejs",
"twilio",
"phone",
"verification"
],
"author": "Gideon Kombian",
"license": "MIT",
"bugs": {
"url": "https://github.com/gidkom/twilio-phone-verification/issues"
},
"homepage": "https://github.com/gidkom/twilio-phone-verification#readme",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-node": "^6.1.1",
"babili": "^0.1.3",
"chai": "^4.2.0",
"eslint": "^4.0.0",
"mocha": "^3.5.3",
"nock": "^10.0.6",
"power-assert": "^1.4.4"
}
}