generated from nightlymania/nodejs-express-ejs
init the package
parent
71c4ec6d74
commit
a903657ddb
File diff suppressed because it is too large
Load Diff
15
package.json
15
package.json
|
@ -2,5 +2,18 @@
|
|||
"dependencies": {
|
||||
"ejs": "^3.1.8",
|
||||
"express": "^4.18.1"
|
||||
}
|
||||
},
|
||||
"name": "encodie",
|
||||
"description": "Template repo",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://tea.nightly.town/nightlymania/encodie.git"
|
||||
},
|
||||
"author": "nightlymania",
|
||||
"license": "GPL-2.0-or-later"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue