- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
23 lines (23 loc) · 517 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 517 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "saveanyform",
"version": "0.0.1",
"description": "A simple tool to persist any html form.",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon src/main.js",
"start": "node src/main.js"
},
"author": "Felipe Alexandre Ferreira",
"license": "AGPL-3.0-or-later",
"dependencies": {
"express": "^4.17.1",
"mongodb": "^3.6.4"
},
"devDependencies": {},
"keywords": [
"form",
"submit",
"helper"
]
}