使用 Module 规范组织代码
Showing
.bowerrc
0 → 100644
bower.json
0 → 100644
lib/promise-1.0.0.js
deleted
100644 → 0
lib/seajs/.bower.json
0 → 100644
lib/seajs/LICENSE.md
0 → 100644
lib/seajs/bower.json
0 → 100644
... | @@ -3,14 +3,14 @@ | ... | @@ -3,14 +3,14 @@ |
"title": "kityminder", | "title": "kityminder", | ||
"description": "Kity Minder", | "description": "Kity Minder", | ||
"version": "1.3.5", | "version": "1.3.5", | ||
"homepage": "https://github.com/fex-team/kityminder", | "homepage": "https://github.com/fex-team/kityminder-core", | ||
"author": { | "author": { | ||
"name": "f-cube @ FEX", | "name": "f-cube @ FEX", | ||
"url": "http://fex.baidu.com" | "url": "http://fex.baidu.com" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/fex-team/kityminder.git" | "url": "https://github.com/fex-team/kityminder-core.git" | ||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
"kityminder", | "kityminder", | ||
... | @@ -21,23 +21,20 @@ | ... | @@ -21,23 +21,20 @@ |
"javascript" | "javascript" | ||
], | ], | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/fex-team/kityminder/issues" | "url": "https://github.com/fex-team/kityminder-core/issues" | ||
}, | }, | ||
"licenses": [ { | "licenses": [ { | ||
"type": "MIT", | "type": "MIT", | ||
"url": "https://github.com/fex-team/kityminder/blob/dev/LICENSE" | "url": "https://github.com/fex-team/kityminder-core/blob/dev/LICENSE" | ||
} ], | } ], | ||
"dependencies": {}, | "dependencies": {}, | ||
"devDependencies": { | "devDependencies": { | ||
"grunt": "~0.4.1", | "grunt": "~0.4.1", | ||
"grunt-module-dependence": "~0.1.4", | |||
"grunt-contrib-concat": "~0.5.0", | "grunt-contrib-concat": "~0.5.0", | ||
"grunt-contrib-uglify": "~0.4.0", | "grunt-contrib-uglify": "~0.4.0", | ||
"grunt-contrib-copy": "~0.5.0", | "grunt-contrib-copy": "~0.5.0", | ||
"grunt-text-replace": "~0.3.9", | "grunt-contrib-clean": "~0.5.0" | ||
"grunt-contrib-watch": "~0.6.1", | |||
"grunt-contrib-less": "~0.11.3", | |||
"grunt-contrib-clean": "~0.6.0", | |||
"grunt-autoprefixer": "~1.0.1" | |||
} | } | ||
} | } | ||
\ No newline at end of file |
src/core/kity.js
0 → 100644
src/core/minder.js
0 → 100644
src/core/option.js
0 → 100644
src/core/options.js
deleted
100644 → 0
src/kityminder.js
0 → 100644
src/module/editor.js
deleted
100644 → 0
src/module/layout.js
0 → 100644
src/module/paste.js
deleted
100644 → 0
Please register or sign in to comment