加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
Dafrok 提交于 2019-02-12 22:24 . (release) 1.0.67
{
"name": "kityminder-editor",
"version": "1.0.67",
"description": "A powerful mind map editor",
"main": "kityminder.editor.js",
"scripts": {
"init": "npm i -g wr && npm install -g less && npm install -g bower && bower install && npm install",
"build": "grunt build",
"dev": "grunt dev",
"watch": "wr --exec \"lessc --source-map less/editor.less dist/kityminder.editor.css && grunt build\" less ui",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/kityminder-editor"
},
"keywords": [
"kityminder",
"editor",
"html5",
"js",
"mindmap"
],
"author": "fex <fex@baidu.com>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/fex-team/kityminder-editor/issues"
},
"homepage": "https://github.com/fex-team/kityminder-editor",
"devDependencies": {
"cz-conventional-changelog": "^1.1.5",
"grunt": "~0.4.1",
"grunt-angular-templates": "~0.5.0",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.12.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-module-dependence": "~0.2.0",
"grunt-ng-annotate": "^0.9.2",
"grunt-replace": "~0.8.0",
"grunt-wiredep": "^2.0.0",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^3.1.0",
"uglify-js": "^2.8.29"
},
"dependencies": {
"kityminder-core": "^1.4.50"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化