another minor change. npm module

This commit is contained in:
Darko Luketic 2017-02-12 17:13:44 +01:00
parent d26e17dba7
commit ba24493e7f

14
web/package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"simplemde": "^1.11.2"
}
}