123456789101112131415161718192021222324252627 |
- {
- "name": "leader.js.cool",
- "version": "3.0.0",
- "description": "不可替代的团队领袖培养计划",
- "main": "config.js",
- "scripts": {
- "start": "docsify serve . --port 3456 --open"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com:willin/leader.js.cool.git"
- },
- "keywords": [
- "leader",
- "cool",
- "jsw2mn"
- ],
- "author": "Willin Wang",
- "license": "MIT",
- "bugs": {
- "url": "https://coding.net/u/willin/p/leader.js.cool/topic"
- },
- "homepage": "https://coding.net/u/willin/p/leader.js.cool/git",
- "devDependencies": {
- "docsify-cli": "^4.1.8"
- }
- }
|