-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@forlagshuset/fetch-manager",
"version": "0.1.8",
"description": "Download manager",
"browser": "./dist/FetchManager.umd.js",
"main": "./dist/FetchManager.umd.js",
"scripts": {
"build": "webpack --env=production",
"dev": "webpack --progress --colors --watch --env=devlopment",
"test": "mocha --require @babel/register --colors ./test/*.spec.js",
"test:watch": "mocha --require @babel/register --colors -w ./test/*.spec.js"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.5.5",
"babel-cli": "^6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"babel-plugin-add-module-exports": "1.0.2",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chai": "4.2.0",
"eslint": "6.3.0",
"eslint-loader": "3.0.0",
"mocha": "6.2.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "4.39.3",
"webpack-cli": "^3.3.7",
"yargs": "14.0.0"
},
"keywords": [
"fetch",
"download",
"manager"
],
"author": "Michal Ostrowski",
"license": "MIT",
"dependencies": {
"abortcontroller-polyfill": "^1.3.0",
"promise-queue": "^2.2.5",
"superagent": "^5.1.0",
"web-streams-polyfill": "^2.0.6",
"whatwg-fetch": "^3.0.0",
"zen-observable": "^0.8.14"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "[email protected]:fagbokforlaget/fetch-manager.git"
},
"homepage": "https://github.com/fagbokforlaget/fetch-manager"
}