anchor/docs/package.json

20 lines
325 B
JSON
Raw Normal View History

2021-01-02 16:24:35 -08:00
{
"name": "anchor",
"version": "0.0.1",
"description": "",
"main": "index.js",
"authors": {
"name": "",
"email": ""
},
"repository": "/anchor",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.5.3"
}
}