-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 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
{
"name": "instant-chat-log",
"version": "0.0.2",
"description": "A logger",
"repository": "https://github.com/instant-chat/log",
"main": ".dist/index.js",
"author": "Blake La Pierre",
"funding": {
"type": "bitcoin-coinbase",
"url": "bitcoin:35thwbdC7MaA67jQzMB8a5iCyMG86PgVgM"
},{
"type": "bitcoincash-coinbase",
"url": "bitcoincash:35thwbdC7MaA67jQzMB8a5iCyMG86PgVgM"
},{
"type": "ethereum",
"url": "ethereum:0x13CEb7d4Fa25AC4dBE2DE4C167ff3dC6e4330D94"
},{
"type": "base-usdc",
"url": "baseusdc:0x9465085Aa7487910Ee30d4fF159B0A83270E0Bd0"
},{
"type": "bank-account",
"url": "routing:121202211,account:440054826688"
},{
"type": "brokerage",
"url": "routing:071000013,acccount:59385380093713209"
},
"license": "MIT",
"devDependencies": {
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-cached": "^1.0.4",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.10.0",
"gulp-pipe": "^1.0.3",
"gulp-print": "^1.1.0",
"gulp-run": "^1.6.7",
"gulp-sequence": "^0.3.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-tasks": "0.0.2",
"gulp-traceur": "^0.17.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"minimist": "^1.1.1",
"traceur": "0.0.88",
"traceur-runtime": "0.0.59",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"lodash": "^3.7.0"
}
}