Skip to content

Commit

Permalink
Add some missing fields to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Ely committed Apr 30, 2016
1 parent 2b86c89 commit b6fdb4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"main": "index.html",
"description": "",
"description": "A free stop motion animation program created using HTML5, JavaScript and WebRTC.",
"name": "boats-animator",
"nodejs": true,
"webkit": {
Expand Down Expand Up @@ -33,6 +33,10 @@
},
"version": "0.7.1",
"app_name": "Boats Animator",
"repository": {
"type": "git",
"url": "git+https://github.com/BoatsAreRockable/Boats-Animator.git"
},
"chromium-args": "--mixed-context",
"engines": {
"npm": "^3.7.3"
Expand Down

0 comments on commit b6fdb4e

Please sign in to comment.