UNPKG

885 BJSONView Raw
1{
2 "name": "@neutrinojs/banner",
3 "version": "8.0.17",
4 "description": "Neutrino middleware for injecting a banner into bundled files",
5 "main": "index.js",
6 "keywords": [
7 "neutrino",
8 "neutrino-middleware",
9 "banner"
10 ],
11 "author": "Eli Perelman <eli@eliperelman.com>",
12 "license": "MPL-2.0",
13 "repository": "https://github.com/mozilla-neutrino/neutrino-dev/tree/master/packages/banner",
14 "homepage": "https://neutrino.js.org",
15 "bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
16 "publishConfig": {
17 "access": "public"
18 },
19 "resolutions": {
20 "webpack-sources": "1.0.1"
21 },
22 "engines": {
23 "node": "^6.9.0 || ^8 || >=9",
24 "npm": ">=5.4.0",
25 "yarn": ">=1.2.1"
26 },
27 "dependencies": {
28 "deepmerge": "^1.5.2",
29 "webpack": "^3.10.0",
30 "webpack-sources": "1.0.1"
31 },
32 "peerDependencies": {
33 "neutrino": "^8.0.0"
34 }
35}