-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 876 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
{
"name": "parcel-plugin-externals",
"version": "0.5.2",
"description": "A plugin for Parcel to omit declared externals from being included in the emitted bundles.",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlorianRappl/parcel-plugin-externals.git"
},
"bugs": {
"url": "https://github.com/FlorianRappl/parcel-plugin-externals/issues"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"parcel-plugin",
"parcel-bundler",
"plugin",
"bundler",
"externals",
"bundle",
"peer",
"dependencies",
"optimize"
],
"author": "Florian Rappl <mail@florian-rappl.de>",
"license": "MIT",
"devDependencies": {
"parcel-bundler": "1.x"
},
"dependencies": {}
}