fluro
Version:
Promise based HTTP Fluro client for the browser and node.js
51 lines (50 loc) • 1.37 kB
JSON
{
"name": "fluro",
"version": "2.2.36",
"description": "Promise based HTTP Fluro client for the browser and node.js",
"scripts": {
"build": "webpack --mode=production && npm run test",
"dev": "webpack --mode=development --progress --colors --watch",
"test": "mocha --colors ./test/*.spec.js",
"test:watch": "mocha --colors -w ./test/*.spec.js",
"document": "jsdoc -r . -d docs -c jsdoc.conf README.md"
},
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/fluro-developers/fluro.git"
},
"keywords": [
"fluro",
"api",
"javascript"
],
"author": "Cade Embery",
"license": "ISC",
"bugs": {
"url": "https://github.com/fluro-developers/fluro/issues"
},
"homepage": "https://github.com/fluro-developers/fluro#readme",
"devDependencies": {
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"docdash": "^1.1.1",
"jsdoc": "^3.6.3",
"jsdom": "^14.1.0",
"mocha": "^6.2.2",
"mongoose": "^5.9.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"axios": "^0.19.2",
"axios-extensions": "^3.1.2",
"browser-or-node": "^1.2.1",
"lodash": "^4.17.15",
"moment": "2.18.1",
"moment-timezone": "0.5.13",
"qs": "^6.9.4",
"string-similarity": "^3.0.0"
}
}