UNPKG

simple-axios-ror-service-wrapper

Version:
56 lines (55 loc) 1.36 kB
{ "name": "simple-axios-ror-service-wrapper", "version": "1.0.3", "description": "A simple axios-as-service wrapper for RoR", "main": "index.js", "scripts": { "build": "npm run lint && babel ./src -d ./lib", "lint": "eslint ./src", "test": "nyc mocha --require babel-core/register", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/ciberpiranha/simple-axios-service-wrapper.git" }, "keywords": [ "axios", "service", "axios-service", "wrapper", "Ror", "ruby", "rails", "csrf-token", "csrf" ], "author": "Samuel Martinez", "license": "MIT", "bugs": { "url": "https://github.com/ciberpiranha/simple-axios-service-wrapper/issues" }, "homepage": "https://github.com/ciberpiranha/simple-axios-service-wrapper#readme", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/preset-env": "^7.9.6", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "mocha": "^7.1.2", "nyc": "^15.0.1" }, "dependencies": { "axios": "^0.19.2" }, "nyc": { "reporter": [ "lcov", "text" ] } }