vue hello world项目
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.
 
 
 

30 lines
719 B

{
"name": "multicast-dns-service-types",
"version": "1.1.0",
"description": "Parse and stringify mdns service types",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"standard": "^3.5.0",
"tape": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/multicast-dns-service-types.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"keywords": [
"mdns",
"bonjour",
"zero",
"conf"
],
"bugs": {
"url": "https://github.com/mafintosh/multicast-dns-service-types/issues"
},
"homepage": "https://github.com/mafintosh/multicast-dns-service-types"
}