智能照明系统APP-本地串口
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.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/7c/7ccaed65d533888b70ce6246053...

22 lines
482 B

{
"name": "vue-router",
"version": "3.0.1",
"description": "Official router for Vue.js 2",
"author": "Evan You",
"license": "MIT",
"main": "dist/vue-router.common.js",
"module": "dist/vue-router.esm.js",
"unpkg": "dist/vue-router.js",
"repository": {
"type": "git",
"url": "https://github.com/vuejs/vue-router.git"
},
"typings": "types/index.d.ts",
"keywords": [
"vue",
"router",
"routing"
],
"scripts": {},
"devDependencies": {}
}