cuffeo/package.json

18 lines
319 B
JSON
Raw Normal View History

2018-09-07 17:22:47 +00:00
{
"name": "cuffeo",
2018-09-07 17:27:12 +00:00
"version": "1.0.1",
2018-09-07 17:22:47 +00:00
"description": "lul",
"main": "index.mjs",
"scripts": {
2018-09-08 10:28:12 +00:00
"start": "node --experimental-modules test.mjs"
2018-09-07 17:22:47 +00:00
},
"repository": {
"type": "git",
"url": "git@gitfap.de:keinBot/cuffeo.git"
},
"author": "Flummi",
2018-09-07 18:03:32 +00:00
"license": "ISC",
"dependencies": {
}
2018-09-07 17:22:47 +00:00
}