You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dc3-web/express/package.json

13 lines
204 B

{
"name": "express",
"author": "pnoker",
"private": true,
"description": "IOT DC3 平台 WEB",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.16.1"
}
}