| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@wmhilton/wmhilton.github.io.source",
- "version": "1.0.0",
- "private": true,
- "description": "William Hilton's website",
- "scripts": {
- "start": "jus serve",
- "deploy": "npm run build && now --static dist",
- "build": "jus build . dist",
- "commit": "git add dist && git commit -m deploy",
- "push": "git subrepo push dist",
- "open": "opener https://wmhilton.com"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/wmhilton/wmhilton.github.io.git"
- },
- "author": "William Hilton <wmhilton@gmail.com>",
- "license": "UNLICENSED",
- "bugs": {
- "url": "https://github.com/wmhilton/wmhilton.github.io/issues"
- },
- "homepage": "https://github.com/wmhilton/wmhilton.github.io#readme",
- "devDependencies": {
- "jus": "^0.24.1",
- "opener": "^1.4.1"
- },
- "now": {
- "alias": "wmhilton.com"
- }
- }
|