You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
859 B
35 lines
859 B
{
|
|
"name": "jsmind",
|
|
"version": "0.4.6",
|
|
"description": "jsMind is a pure javascript library for mindmap, it base on html5 canvas. jsMind was released under BSD li cense, you can embed it in any project, if only you observe the license.",
|
|
"main": "js/jsmind.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"example": "example"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hizzgdev/jsmind.git"
|
|
},
|
|
"author": {
|
|
"name": "hizzgdev@163.com"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/hizzgdev/jsmind/issues"
|
|
},
|
|
"homepage": "https://github.com/hizzgdev/jsmind#readme",
|
|
"keywords": [
|
|
"mindmap"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "hizzgdev",
|
|
"email": "hizzgdev@163.com"
|
|
}
|
|
]
|
|
}
|