forked from comaag/loadmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1 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
{
"name": "loadmanager",
"version": "1.0.0",
"description": "A load manager for third party js files.",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "node node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/comaag/loadmanager.git"
},
"keywords": [
"load",
"manager",
"loadmanager",
"eprivacy"
],
"author": "coma AG",
"license": "MIT",
"bugs": {
"url": "https://github.com/comaag/loadmanager/issues"
},
"homepage": "https://github.com/comaag/loadmanager#readme",
"dependencies": {
"promise-polyfill": "^8.1.0"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.4",
"jsdom": "^13.1.0",
"jsdom-global": "^3.0.2",
"mocha": "^5.2.0",
"should": "^13.2.3",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
}
}