cth2016/week2/bookstore/package.json
2016-11-09 12:37:20 +01:00

15 lines
306 B
JSON

{
"name": "bookstore",
"version": "1.0.0",
"description": "fake bookstore for CTH2016 assigment 1",
"main": "bookstore.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gauthier",
"license": "ISC",
"dependencies": {
"commander": "^2.9.0"
}
}