forked from Comcast/Comcast.github.io-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1.02 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
{
"name": "comcast.github.io",
"private": true,
"version": "1.0.0",
"description": "Comcast Open Source Software Portal",
"main": "index.html",
"scripts": {
"compress": "npm run compress:css && npm run compress:js",
"compress:css": "./node_modules/uglifycss/uglifycss --output style/css.css style/all-digital.css style/style.css",
"compress:js": "./node_modules/uglify-js/bin/uglifyjs -o js/javascript.js --compress --mangle -- js/jquery.min.js js/GitHub.bundle.min.js js/promise.min.js js/menu_toggle.js js/menu_sticky.js js/carousel.js js/gh_stats.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Comcast/Comcast.github.io.git"
},
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Comcast/Comcast.github.io/issues"
},
"homepage": "https://comcast.github.io",
"devDependencies": {
"uglify-js": "^3.0.25",
"uglifycss": "0.0.27"
}
}