UNPKG

apicase-core

Version:

Core library to make API calls with any adapter

72 lines (71 loc) 2.28 kB
{ "name": "apicase-core", "version": "0.1.0-dev-2", "description": "Core library to make API calls with any adapter", "author": "Anton Kosykh", "main": "dist/index.js", "license": "MIT", "bugs": { "url": "https://github.com/apicase/apicase-core/issues" }, "repository": { "type": "git", "url": "https://github.com/apicase/apicase-core" }, "scripts": { "build": "babel-node ./scripts/emptyFolder && webpack --config ./webpack.prod.config.js", "dev": "webpack-dev-server --content-base src/index --hot --host 0.0.0.0 --config ./webpack.config.js", "watch": "webpack --progress --colors --watch --config ./webpack.config.js", "test": "karma start" }, "directories": { "test": "test" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.2", "babel-plugin-ramda": "^1.4.3", "babel-plugin-transform-async-to-generator": "^6.24.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.0", "babel-preset-flow": "^6.23.0", "babel-preset-stage-2": "^6.24.1", "compression-webpack-plugin": "^1.0.0", "eslint": "^4.6.1", "eslint-config-standard": "^10.2.1", "eslint-plugin-babel": "^4.1.2", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^5.1.1", "eslint-plugin-promise": "^3.5.0", "extract-text-webpack-plugin": "^3.0.0", "fs-extra": "^4.0.1", "html-webpack-plugin": "^2.22.0", "jasmine-core": "^2.5.2", "karma": "^1.7.1", "karma-chrome-launcher": "^2.0.0", "karma-firefox-launcher": "^1.0.1", "karma-htmlfile-reporter": "~0.3", "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.2", "karma-requirejs": "^1.1.0", "karma-verbose-reporter": "0.0.6", "karma-webpack": "^2.0.4", "lodash-webpack-plugin": "^0.11.4", "open-browser-webpack-plugin": "0.0.5", "requirejs": "^2.3.5", "webpack": "^3.5.6", "webpack-bundle-analyzer": "^2.9.0", "webpack-dev-server": "^2.7.1" }, "peerDependencies": { "requirejs": "^2.3.5" }, "dependencies": { "koa-compose": "^4.0.0", "nanoevents": "^1.0.2", "path-to-regexp": "^2.0.0", "ramda": "^0.24.1", "uglify-es-webpack-plugin": "^0.10.0" } }