-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.noon
36 lines (36 loc) · 1.21 KB
/
package.noon
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
name color-ls
version 2.4.1
description lists files, but more colorful than ls
main ./js/color-ls.js
author monsterkodi
license Unlicense
keywords
ls
list
files
ansi
colors
preferGlobal true
repository github:monsterkodi/color-ls
bin
color-ls ./bin/color-ls
files
bin/color-ls
js/color-ls.js
js/icons.js
scripts
build ./node_modules/.bin/kode -Ho js kode/color-ls.kode kode/icons.kode
test ./node_modules/.bin/kode -t kode/test.kode
watch ./node_modules/.bin/kode -wt kode/*.kode
dependencies
karg github:monsterkodi/karg
kslash github:monsterkodi/kslash
kstr github:monsterkodi/kstr
noon github:monsterkodi/noon
ansi-256-colors ^1.1.0
lodash.filter ^4.6.0
lodash.unzip ^3.4.0
lodash.zip ^4.2.0
moment ^2.29.1
devDependencies
kode github:monsterkodi/kode