-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
36 lines (36 loc) · 950 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
{
"name": "parcel-plugin-web-extension",
"version": "1.6.1",
"description": "Parcel plugin for WebExtension projects",
"main": "src/index.js",
"scripts": {
"test": "cross-env NODE_ENV=test mocha --timeout 30000 --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevincharm/parcel-plugin-web-extension.git"
},
"keywords": [
"parcel",
"plugin",
"web",
"extension",
"manifest"
],
"author": "Kevin Tjiam <kevin@kevincharm.com> (https://github.com/kevincharm)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kevincharm/parcel-plugin-web-extension/issues"
},
"homepage": "https://github.com/kevincharm/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",
"upath": "^1.1.2"
}
}