initial commit

This commit is contained in:
s2
2019-04-12 19:28:21 +02:00
commit 3179f5581e
669 changed files with 124297 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "myapp",
"version": "1.0.0",
"description": "## Getting ready",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.3.1",
"ejs": "^2.6.1",
"i18next": "^15.0.9",
"jquery": "^3.4.0",
"page": "^1.11.4",
"pnotify": "^4.0.0-beta.2"
}
}