-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "compact-web",
"version": "2.0.1",
"description": "Tools for compacting js (uglifyjs and/or babel) and stylesheet (nodes-sass + postcss)",
"main": "index.js",
"author": "Egy Mohammad Erdin <[email protected]> (https://github.com/mohammad-erdin)",
"bin": {
"compact-web": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohammad-erdin/compact-web.git"
},
"keywords": [
"uglifyjs",
"babel",
"scss",
"sass"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mohammad-erdin/compact-web/issues"
},
"homepage": "https://github.com/mohammad-erdin/compact-web#readme",
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-preset-minify": "^0.5.0",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"commander": "^2.19.0",
"javascript-obfuscator": "^0.18.1",
"mkdirp": "^0.5.1",
"node-sass": "^4.11.0",
"package-exists": "^0.1.4",
"postcss": "^8.2.10",
"uglify-es": "^3.3.9",
"yargs": "^12.0.5"
}
}