forked from msiebuhr/node-statsd-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1019 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
{
"author": "Srikanth Kyatham",
"name": "react-native-statsd-client",
"description": "react native client for Etsy's statsd",
"keywords": [
"react-native",
"statsd",
"client",
"metrics",
"udp",
"tcp"
],
"version": "0.4.4",
"homepage": "https://github.com/srikanthkyatham/react-native-statsd-client",
"bugs": "https://github.com/srikanthkyatham/react-native-statsd-client/issues",
"repository": {
"type": "git",
"url": "git://github.com/srikanthkyatham/react-native-statsd-client.git"
},
"browser": {
"dgram": "react-native-udp"
},
"main": "lib/statsd-client.js",
"peerDependencies": {
"buffer": "^5.0.7",
"react-native-udp": "^2.0.0"
},
"dependencies": { },
"devDependencies": {
"chai": "~1.3.0",
"eslint": "^4.16.0",
"express": "^4.13.4",
"mocha": "~1.6.0",
"sinon": "^1.17.3",
"supertest": "^1.2.0"
},
"scripts": {
"test": "mocha -R spec && eslint ."
},
"license": "MIT",
"optionalDependencies": {}
}