first commit
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "pandoc-cloudron",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"content-disposition": "^0.5.4",
|
||||
"destroy": "^1.1.0",
|
||||
"formidable": "^2.0.1",
|
||||
"fs": "^0.0.1-security",
|
||||
"on-finished": "^2.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user