UNPKG

2.39 kBJSONView Raw
1{
2 "name": "aurelia-fetch-client",
3 "version": "1.8.2",
4 "description": "A simple client based on the Fetch standard.",
5 "keywords": [
6 "aurelia",
7 "http",
8 "ajax",
9 "fetch"
10 ],
11 "homepage": "http://aurelia.io",
12 "bugs": {
13 "url": "https://github.com/aurelia/fetch-client/issues"
14 },
15 "license": "MIT",
16 "author": "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)",
17 "main": "dist/commonjs/aurelia-fetch-client.js",
18 "module": "dist/native-modules/aurelia-fetch-client.js",
19 "browser": "dist/umd/aurelia-fetch-client.js",
20 "unpkg": "dist/umd-es2015/aurelia-fetch-client.js",
21 "typings": "dist/aurelia-fetch-client.d.ts",
22 "repository": {
23 "type": "git",
24 "url": "http://github.com/aurelia/fetch-client"
25 },
26 "files": [
27 "dist",
28 "doc",
29 "package.json",
30 "README.md",
31 "LICENSE",
32 "typings.json"
33 ],
34 "scripts": {
35 "prebuild": "rimraf dist",
36 "build": "rollup -c",
37 "postbuild": "dts-bundle-generator -o dist/aurelia-fetch-client.d.ts src/aurelia-fetch-client.ts",
38 "test": "karma start --single-run",
39 "test:watch": "karma start",
40 "test:debugger": "karma start --browsers ChromeDebugging",
41 "cut-release": "npm run test && npm run build",
42 "postcut-release": "standard-version"
43 },
44 "jspm": {
45 "registry": "npm",
46 "main": "aurelia-fetch-client",
47 "format": "amd",
48 "directories": {
49 "dist": "dist/amd"
50 },
51 "dependencies": {
52 "aurelia-pal": "^1.8.0"
53 },
54 "devDependencies": {
55 "aurelia-pal-browser": "^1.8.0",
56 "aurelia-polyfills": "^1.3.0"
57 }
58 },
59 "dependencies": {
60 "aurelia-pal": "^1.3.0"
61 },
62 "devDependencies": {
63 "@types/jasmine": "^3.3.5",
64 "aurelia-pal-browser": "^1.8.0",
65 "aurelia-polyfills": "^1.3.0",
66 "babel-plugin-syntax-flow": "^6.8.0",
67 "cross-env": "^5.2.0",
68 "dts-bundle-generator": "^2.0.0",
69 "jasmine-core": "^3.3.0",
70 "jspm": "^0.16.53",
71 "karma": "^3.1.4",
72 "karma-chrome-launcher": "^2.2.0",
73 "karma-coverage": "^1.1.2",
74 "karma-jasmine": "^2.0.1",
75 "karma-mocha-reporter": "^2.2.5",
76 "karma-sourcemap-loader": "^0.3.7",
77 "karma-webpack": "^3.0.5",
78 "rollup": "^1.1.0",
79 "rollup-plugin-typescript2": "^0.18.1",
80 "standard-version": "^5.0.1",
81 "ts-loader": "^5.3.3",
82 "typescript": "^3.2.2",
83 "webpack": "^4.28.4",
84 "webpack-cli": "^3.2.1"
85 }
86}