cth2016/week7/package.json
2017-01-03 17:57:55 +01:00

16 lines
354 B
JSON

{
"name": "final_presentation_randomizer",
"version": "1.0.0",
"description": "produces a randomized presentation schedule",
"main": "schedule.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gauthier",
"license": "ISC",
"dependencies": {
"chance": "^1.0.4",
"commander": "^2.9.0"
}
}