cth2016/week1/person-gr01/package.json

15 lines
286 B
JSON
Raw Permalink Normal View History

2016-11-03 14:35:56 +01:00
{
"name": "person",
"version": "1.0.0",
"description": "find person from database",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gauthier",
"license": "ISC",
"dependencies": {
"commander": "^2.9.0"
}
}