fpaste/package.json

19 lines
419 B
JSON
Raw Permalink Normal View History

2018-02-16 13:25:46 +00:00
{
"name": "fpaste",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node --experimental-modules src/fpaste.mjs"
},
"author": "Flummi",
"license": "ISC",
"dependencies": {
2018-02-19 09:33:11 +00:00
"body-parser": "^1.18.2",
2018-02-16 13:25:46 +00:00
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
2018-02-16 15:53:34 +00:00
"highlight.js": "^9.12.0",
"nodejs-mysql": "git://github.com/Flummi/nodejs-mysql.git"
2018-02-16 13:25:46 +00:00
}
}