-
Notifications
You must be signed in to change notification settings - Fork 523
/
package.json
61 lines (61 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "kityminder-core",
"title": "Kity Minder Core",
"description": "KityMinder Core Implement",
"version": "1.4.50",
"homepage": "https://github.com/fex-team/kityminder-core",
"author": {
"name": "Baidu FEX",
"url": "http://fex.baidu.com"
},
"main": "dist/kityminder.core.js",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/fex-team/kityminder-core.git"
},
"keywords": [
"kityminder",
"kity",
"minder",
"svg",
"graphic",
"javascript"
],
"scripts": {
"dev": "grunt dev",
"build": "grunt build"
},
"bugs": {
"url": "https://github.com/fex-team/kityminder-core/issues"
},
"licenses": [
{
"type": "BSD-3-Clause",
"url": "https://github.com/fex-team/kityminder-core/blob/dev/LICENSE"
}
],
"dependencies": {
"json-diff": "^0.5.2",
"kity": "^2.0.4",
"seajs": "^2.3.0"
},
"devDependencies": {
"cz-conventional-changelog": "^1.1.5",
"grunt": "~0.4.1",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.8.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-module-dependence": "~0.2.1",
"grunt-replace": "~0.8.0",
"uglify-js": "^2.8.29"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}