forked from bevry-archive/bal-util
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·79 lines (79 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·79 lines (79 loc) · 1.75 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"title": "[Benjamin Lupton's](http://balupton.com) Utility Functions",
"name": "bal-util",
"version": "2.3.2",
"description": "Common utility functions for Node.js used and maintained by Benjamin Lupton",
"homepage": "https://github.com/balupton/bal-util",
"license": {
"type": "MIT"
},
"badges": {
"travis": true,
"npm": true,
"gittip": "balupton",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6"
},
"keywords": [
"javascript",
"flow",
"control",
"async",
"sync",
"tasks",
"batch",
"utility",
"util",
"utilities",
"paths",
"path",
"events",
"event",
"module",
"modules",
"compare",
"comparison",
"html"
],
"author": "Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"Sean Fridman <fridman@mail.sfsu.edu> (https://github.com/sfrdmn)"
],
"bugs": {
"url": "https://github.com/balupton/bal-util/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/balupton/bal-util.git"
},
"engines": {
"node": ">=0.4"
},
"dependencies": {
"ambi": "~2.1.6",
"eachr": "~2.0.2",
"extendr": "~2.1.0",
"safefs": "~3.0.1",
"taskgroup": "~3.3.0",
"typechecker": "~2.0.8",
"extract-opts": "~2.2.0"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"joe": "~1.3.1",
"joe-reporter-console": "~1.2.0",
"chai": "~1.8.1",
"projectz": "~0.2.5"
},
"directories": {
"lib": "./out/lib"
},
"scripts": {
"test": "node ./out/test/everything-test.js"
},
"main": "./out/lib/balutil"
}