mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
add server dir
This commit is contained in:
23
package.json
23
package.json
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"name": "pdfer",
|
||||
"version": "1.0.0",
|
||||
"description": "Generate pdfs based on a template",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node index.js",
|
||||
"watch": "nodemon index.js"
|
||||
},
|
||||
"author": "Thomas Ruoff <tomru@mail.id0.link>",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.16.1",
|
||||
"cors": "^2.8.1",
|
||||
"express": "^4.14.1",
|
||||
"uuid": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^3.16.0",
|
||||
"nodemon": "^1.11.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user