generated from nightlymania/nodejs-express-ejs
Compare commits
No commits in common. "6cd424c83de9269a31fd5549b81f85644c7464e5" and "eac161d02122ed5ce30756cbb9279cc86c95633b" have entirely different histories.
6cd424c83d
...
eac161d021
File diff suppressed because it is too large
Load Diff
15
package.json
15
package.json
|
@ -2,18 +2,5 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ejs": "^3.1.8",
|
"ejs": "^3.1.8",
|
||||||
"express": "^4.18.1"
|
"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