-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.56 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "goalup-minify",
"version": "1.3.0",
"description": "goalup-minifier simplifies your work to uglify and compress JS, CSS, HTML and IMAGE files. ",
"repository": {
"type": "git",
"url": "https://github.com/aseem2625/goalup-minify.git"
},
"main": "./dist/index.min.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "https://github.com/aseem2625",
"license": "GNU Lesser General Public License v3.0",
"keywords": [
"build-tool",
"build-automation",
"gulp",
"uglifyjs2",
"clean-css",
"autoprefixer",
"imagemin",
"htmlmin"
],
"bin": {
"goalup-minify": "./dist/index.min.js"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/runtime": "^7.2.0",
"chalk": "^2.4.1",
"commander": "^2.19.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^5.0.3",
"gulp-inline-source": "^4.0.0",
"gulp-sass": "^4.0.2",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^3.0.1",
"node-sass": "^4.11.0"
},
"devDependencies": {
"rollup": "^1.0.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-uglify": "^6.0.0"
}
}