Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Pichler committed Mar 9, 2017
1 parent c1531ee commit 3991209
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "electron-protocol-serve",
"version": "0.1.0",
"description": "A file protocol that serves any existing file in a directory and redirects everything not found to index.html.",
"main": "index.js",
"repository": "[email protected]:pichfl/electron-protocol-ember.git",
"author": "Florian Pichler <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "eslint ."
},
"devDependencies": {
"eslint": "^3.17.1"
},
"dependencies": {}
}

0 comments on commit 3991209

Please sign in to comment.