fpaste/package.json
2018-02-16 14:25:46 +01:00

18 lines
352 B
JSON

{
"name": "fpaste",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node --experimental-modules src/fpaste.mjs"
},
"author": "Flummi",
"license": "ISC",
"dependencies": {
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"highlight": "^0.2.4",
"highlight.js": "^9.12.0"
}
}