forked from nju33/ki-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 900 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "ki-cli-hyphen",
"version": "0.1.3",
"description": "Create custom tree in cli",
"main": "index.js",
"bin": {
"ki-hyp": "bin/ki.js"
},
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scillidan/ki-cli-hyphen.git"
},
"keywords": [
"cli",
"tree"
],
"author": "nju33",
"license": "MIT",
"bugs": {
"url": "https://github.com/scillidan/ki-cli-hyphen/issues"
},
"homepage": "https://github.com/scillidan/ki-cli-hyphen#readme",
"dependencies": {
"ki-cli-hyphen": "^0.1.0",
"lodash.set": "^4.2.0",
"meow": "^3.7.0",
"treeify-hyphen": "^0.1.0"
},
"devDependencies": {
"ava": "^0.15.2",
"sinon": "^1.17.4",
"xo": "^0.16.0"
},
"xo": {
"env": [
"node"
],
"esnext": true,
"space": 2
},
"directories": {
"test": "test"
}
}