123456789101112131415161718192021222324 |
- {
- "name": "persagy-dmp-server-doc",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "docs:dev": "vuepress dev docs",
- "docs:build": "vuepress build docs"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@vuepress/plugin-back-to-top": "^1.6.0",
- "vuepress": "^1.6.0"
- },
- "directories": {
- "doc": "docs"
- },
- "repository": {
- "type": "git",
- "url": "git@git.sagacloud.cn:persagy/persagy-dmp-server-doc.git"
- }
- }
|