diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/package.json b/package.json index c773f09..1838c0b 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,11 @@ { "name": "portfolio", "version": "1.0.0", - "description": "okfocus portfolio", + "description": "jules portfolio 2002-16", "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/okfocus/portfolio.git" - }, - "author": "okfocus <frontdesk@okfoc.us>", + "scripts": {}, + "author": "jules <julescarbon@gmail.com>", "license": "LNT", - "bugs": { - "url": "https://github.com/okfocus/portfolio/issues" - }, "dependencies": { "dotenv": "^2.0.0", "object-assign": "^2.0.0", @@ -28,6 +19,5 @@ "grunt-dentist": "^0.3.4", "grunt-contrib-copy": "^0.8.0", "grunt-contrib-uglify": "^0.9.1" - }, - "homepage": "https://github.com/okfocus/portfolio" + } } |
