12 lines
245 B
JSON
Raw Permalink Normal View History

2016-11-11 12:55:14 +01:00
{
"name": "bookstore",
"version": "1.0.0",
"description": "test code for gr01 bookstore",
"main": "bookstore.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gauthier",
"license": "ISC"
}