aurelia-fetch-client
Version:
A simple client based on the Fetch standard.
87 lines (86 loc) • 2.39 kB
JSON
{
"name": "aurelia-fetch-client",
"version": "1.8.2",
"description": "A simple client based on the Fetch standard.",
"keywords": [
"aurelia",
"http",
"ajax",
"fetch"
],
"homepage": "http://aurelia.io",
"bugs": {
"url": "https://github.com/aurelia/fetch-client/issues"
},
"license": "MIT",
"author": "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)",
"main": "dist/commonjs/aurelia-fetch-client.js",
"module": "dist/native-modules/aurelia-fetch-client.js",
"browser": "dist/umd/aurelia-fetch-client.js",
"unpkg": "dist/umd-es2015/aurelia-fetch-client.js",
"typings": "dist/aurelia-fetch-client.d.ts",
"repository": {
"type": "git",
"url": "http://github.com/aurelia/fetch-client"
},
"files": [
"dist",
"doc",
"package.json",
"README.md",
"LICENSE",
"typings.json"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "rollup -c",
"postbuild": "dts-bundle-generator -o dist/aurelia-fetch-client.d.ts src/aurelia-fetch-client.ts",
"test": "karma start --single-run",
"test:watch": "karma start",
"test:debugger": "karma start --browsers ChromeDebugging",
"cut-release": "npm run test && npm run build",
"postcut-release": "standard-version"
},
"jspm": {
"registry": "npm",
"main": "aurelia-fetch-client",
"format": "amd",
"directories": {
"dist": "dist/amd"
},
"dependencies": {
"aurelia-pal": "^1.8.0"
},
"devDependencies": {
"aurelia-pal-browser": "^1.8.0",
"aurelia-polyfills": "^1.3.0"
}
},
"dependencies": {
"aurelia-pal": "^1.3.0"
},
"devDependencies": {
"@types/jasmine": "^3.3.5",
"aurelia-pal-browser": "^1.8.0",
"aurelia-polyfills": "^1.3.0",
"babel-plugin-syntax-flow": "^6.8.0",
"cross-env": "^5.2.0",
"dts-bundle-generator": "^2.0.0",
"jasmine-core": "^3.3.0",
"jspm": "^0.16.53",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"rollup": "^1.1.0",
"rollup-plugin-typescript2": "^0.18.1",
"standard-version": "^5.0.1",
"ts-loader": "^5.3.3",
"typescript": "^3.2.2",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
}
}