cth2016/week1/person-gr02/package.json
2016-11-03 14:35:56 +01:00

15 lines
288 B
JSON

{
"name": "person",
"version": "1.0.0",
"description": "select person from database",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gauthier",
"license": "ISC",
"dependencies": {
"commander": "^2.9.0"
}
}