-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 770 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 770 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
{
"name": "engineerworth.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"app": "PORT=9000; open http://localhost:$PORT & harp server public -p $PORT",
"compile": "harp compile ./public -o ../www",
"buildbranch": "buildbranch gh-pages www",
"deploy": "npm run compile && npm run buildbranch",
"start": "harp server public"
},
"repository": {
"type": "git",
"url": "https://github.com/DTrejo/engineerworth.com.git"
},
"author": "",
"bugs": {
"url": "https://github.com/DTrejo/engineerworth.com/issues"
},
"homepage": "https://github.com/DTrejo/engineerworth.com",
"private": true,
"dependencies": {
"harp": "0.19.0"
},
"devDependencies": {
"buildbranch": "1.0.0"
}
}