Skip to content

Commit

Permalink
Initialized project IIS Preview generator
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Rodg committed Nov 29, 2017
0 parents commit f6de673
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
builds/
dist/
node_modules/
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "preview-generator",
"version": "1.0.0",
"description": "A landing page for creating IIS virtual directories and applications using NodeJS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/C-Rodg/IIS-Preview-Generator.git"
},
"keywords": [
"NodeJS",
"express",
"IIS"
],
"author": "C-Rodg",
"license": "MIT",
"bugs": {
"url": "https://github.com/C-Rodg/IIS-Preview-Generator/issues"
},
"homepage": "https://github.com/C-Rodg/IIS-Preview-Generator#readme"
}

0 comments on commit f6de673

Please sign in to comment.