forked from ItsLofus/webpack-raw-bundler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 874 Bytes
/
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
{
"bugs": {
"url": "https://github.com/ItsLofus/webpack-raw-bundler/issues"
},
"contributors": [
{
"name": "lofus"
}
],
"dependencies": {},
"description": "A Webpack plugin to merge your files, unedited, into a single file.",
"devDependencies": {},
"directories": {},
"homepage": "https://github.com/ItsLofus/webpack-raw-bundler#readme",
"installable": true,
"keywords": [
"bundler",
"concat",
"expose",
"global",
"globals webpack",
"js",
"merge",
"raw",
"webpack"
],
"licenses": [],
"maintainers": [
{
"name": "lofus",
"email": "[email protected]"
}
],
"name": "webpack-raw-bundler",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ItsLofus/webpack-raw-bundler.git"
},
"scripts": {},
"version": "1.3.6"
}