courses
Version:
record my study
23 lines (22 loc) • 420 B
JSON
{
"name": "courses",
"version": "1.0.0",
"description": "record my study",
"main": "index.js",
"scripts": {
"bigpipe": "supervisor bigpipe",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"dog": "cli/index.js"
},
"keywords": [
"courses",
"javascript"
],
"author": "xiangrenya@gmail.com",
"license": "MIT",
"dependencies": {
"express": "^4.16.4"
}
}