-
-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add simple-mind-map w/ npm auto-update
Resolves #1877
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "simple-mind-map", | ||
"description": "一个简单的web在线思维导图", | ||
"keywords": ["phylogenetics", "phylogeny", "d3", "branching", "tree"], | ||
"license": "MIT", | ||
"homepage": "https://github.com/wanglin2/mind-map", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wanglin2/mind-map.git" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "街角小林" | ||
}, | ||
{ | ||
"name": "理想青年实验室" | ||
} | ||
], | ||
"autoupdate": { | ||
"source": "npm", | ||
"target": "simple-mind-map", | ||
"fileMap": [ | ||
{ | ||
"basePath": "simple-mind-map", | ||
"files": ["*.js", "*.css"] | ||
} | ||
] | ||
}, | ||
"filename": "simpleMindMap.esm.min.js" | ||
} |