forked from kevincharm/parcel-plugin-web-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "parcel-plugin-web-extension-2",
"version": "2.0.3",
"description": "Parcel plugin for WebExtension projects",
"main": "src/index.js",
"scripts": {
"test": "cross-env NODE_ENV=test PARCEL_PLUGIN_WEB_EXTENSION_UNIT_TESTS=running mocha --timeout 30000 --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cl00e9ment/parcel-plugin-web-extension.git"
},
"keywords": [
"parcel",
"plugin",
"web",
"extension",
"manifest"
],
"author": "Kevin Tjiam <kevin@kevincharm.com> (https://github.com/kevincharm)",
"contributors": [
"Clément Saccoccio <clem.saccoccio@protonmail.com> (https://c-saccoccio.fr)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Cl00e9ment/parcel-plugin-web-extension/issues"
},
"homepage": "https://github.com/Cl00e9ment/parcel-plugin-web-extension#readme",
"devDependencies": {
"cross-env": "^5.1.6",
"mocha": "^5.2.0"
},
"dependencies": {
"@parcel/fs": "^1.11.0",
"fast-glob": "^2.2.2",
"parcel-bundler": "^1.9.0",
"simple-json-templater": "^1.0.1",
"upath": "^1.1.2"
}
}