sophia.events/data/package.json

15 lines
294 B
JSON
Raw Normal View History

2018-02-01 14:17:25 +00:00
{
"name": "www",
"version": "1.0.0",
"description": "Generate upcoming and past events lists",
"main": "clean_events.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.4"
}
}