-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 819 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 819 Bytes
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": "@paulmedynski/uglify-es-brunch",
"version": "0.9.3",
"description": "Adds uglify-es support to Brunch.",
"author": {
"name": "Paul Medynski",
"email": "npm@healthybytes.ca"
},
"homepage": "https://github.com/paulmedynski/uglify-es-brunch",
"repository": {
"type": "git",
"url": "paulmedynski/uglify-es-brunch"
},
"bugs": {
"url": "https://github.com/paulmedynski/uglify-es-brunch/issues",
"email": "uglify-es-brunch@healthybytes.ca"
},
"keywords": [
"uglify-es",
"brunch"
],
"license": "MIT",
"main": "plugin.js",
"files": [
"plugin.js"
],
"devDependencies": {
"debug": "^4.1.0",
"deepcopy": "^2.0.0",
"jasmine": "^3.3.0",
"uglify-es": "^3.3.9"
},
"peerDependencies": {
"brunch": "^3",
"uglify-es": "^3"
}
}