fpaste/package.json
2018-02-16 16:53:34 +01:00

18 lines
389 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.js": "^9.12.0",
"nodejs-mysql": "git://github.com/Flummi/nodejs-mysql.git"
}
}