Disable the confirmation dialog when deleting files in the VS Code explorer to streamline the development workflow and reduce friction during file management operations.
25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"author": "Igor Soarez <igorsoarez@gmail.com>",
|
|
"name": "express-ejs-layouts",
|
|
"description": "Layout support for ejs in express.",
|
|
"keywords": [
|
|
"express",
|
|
"layout",
|
|
"ejs"
|
|
],
|
|
"version": "2.5.1",
|
|
"main": "lib/express-layouts.js",
|
|
"devDependencies": {
|
|
"ejs": "^2.6.1",
|
|
"express": "*",
|
|
"mocha": "*",
|
|
"should": "*",
|
|
"supertest": "*"
|
|
},
|
|
"optionalDependencies": {},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": "git://github.com/Soarez/express-ejs-layouts.git"
|
|
}
|