summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-07-10 17:44:34 +0200
committerJules Laplace <julescarbon@gmail.com>2019-07-10 17:44:34 +0200
commited63be12fcb4fd4c543484ae6d483f3fe1c1141b (patch)
treeea8475700d94d5177a6be7164d3fcc6eee65c7f3
parentf58d2aa83a3c4d160951c6ca369130301e7ee254 (diff)
-rw-r--r--package.json18
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"
+ }
}