forked from NexZhu/SkillSet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 817 Bytes
/
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
{
"name": "skillset",
"version": "0.1.0",
"description": "A simple JSON format for skill sets and a mind map generator",
"main": "",
"dependencies": {
"kity": "github:fex-team/kity#v2.0.5",
"kityminder": "github:fex-team/kityminder-core#v1.4.45"
},
"devDependencies": {
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"webpack": "^5.47.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NexZhu/SkillSet.git"
},
"author": "Nex Zhu <nexzhu@gmail.com> (https://nexzhu.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/NexZhu/SkillSet/issues"
},
"homepage": "https://github.com/NexZhu/SkillSet#readme"
}