npm install feature

This commit is contained in:
NGPixel
2017-02-14 15:27:08 -05:00
parent ae7373b937
commit ab32c95233
10 changed files with 130 additions and 11 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
{
"name": "wiki",
"version": "1.0.0",
"version": "1.0.0-beta.6",
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "server.js",
"scripts": {
"start": "node wiki start",
"stop": "node wiki stop",
"dev": "gulp dev",
"test": "snyk test && standard && pug-lint ./views",
"snyk-protect": "snyk protect",