12345678910111213141516171819202122232425262728 |
- {
- "name": "leader",
- "version": "2.0.0",
- "description": "不可替代的团队领袖培养计划",
- "main": "index.js",
- "scripts": {
- "start": "./cmd",
- "test": "node_modules/.bin/gitbook serve"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@git.coding.net/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",
- "dependencies": {
- "gitbook-cli": "^2.2.0"
- }
- }
|