Skip to content

Commit

Permalink
Updated package.json info
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittwer committed Sep 23, 2018
1 parent 0fcc5ee commit 116bc33
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"name": "tunnelframe-builder",
"author": "Nick Wittwer",
"version": "1.0.0",
"description": "Builds screens app",
"description": "A tool for previewing responsive sites.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:nwittwer/shift.git"
},
"homepage": "https://shift.nickwittwer.com",
"scripts": {
"start": "kill -9 $(lsof -i TCP:8000 | grep LISTEN | awk '{print $2}') & gulp & nw dist",
"build": "gulp app"
},
"repository": {
"type": "git"
"bugs": {
"url": "https://github.com/nwittwer/shift/issues"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
Expand Down Expand Up @@ -79,4 +85,4 @@
"webpack-merge": "^4.1.0",
"webpack-stream": "^5.1.1"
}
}
}

0 comments on commit 116bc33

Please sign in to comment.