-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 881 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 881 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
{
"name": "angularair.github.io",
"version": "1.0.0",
"description": "Website for Angular Air",
"main": "index.html",
"scripts": {
"start": "live-server",
"build": "npm run minify:html",
"minify:html": "html-minifier --minify-css --collapse-whitespace --remove-comments --remove-optional-tags --remove-redundant-attributes --remove-script-type-attributes --remove-tag-whitespace --use-short-doctype index_raw.html -o index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angularair/angularair.github.io.git"
},
"author": "Justin Schwartzenberger",
"license": "ISC",
"bugs": {
"url": "https://github.com/angularair/angularair.github.io/issues"
},
"homepage": "https://github.com/angularair/angularair.github.io#readme",
"devDependencies": {
"html-minifier": "^3.5.21",
"live-server": "^1.2.1"
}
}