-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
77 lines (76 loc) · 1.64 KB
/
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
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
{
"name": "keen.io",
"version": "0.1.4",
"description": "Keen IO NodeJS module. Keen IO is a hosted API to collect, analyze, and visualize your data.",
"homepage": "https://github.com/keenlabs/KeenClient-Node",
"bugs": {
"url": "https://github.com/keenlabs/KeenClient-Node/issues"
},
"author": {
"name": "Ben Pearson",
"email": "[email protected]"
},
"contributors": [
{
"name": "Ben Pearson",
"email": "[email protected]",
"url": "http://inlight.com.au"
},
{
"name": "Daniel Kador",
"email": "[email protected]",
"url": "http://keen.io"
},
{
"name": "Dustin Larimer",
"email": "[email protected]",
"url": "https://github.com/dustinlarimer"
},
{
"name": "Jay Shirley",
"email": "[email protected]",
"url": "https://github.com/jshirley"
},
{
"name": "Bogdan Cirlig",
"email": "",
"url": "https://github.com/bibanul"
},
{
"name": "Jah Raphael",
"email": "[email protected]",
"url": "https://github.com/jahraphael"
}
],
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/keenlabs/KeenClient-Node.git"
},
"engines": {
"node": ">= 0.8.0"
},
"keywords": [
"keen",
"analytics",
"api"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/keenlabs/KeenClient-Node/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"superagent": "~0.21.0",
"underscore": "~1.5.2"
},
"devDependencies": {
"mocha": "~1.16.1",
"should": "~2.1.1",
"nock": "~0.27.0"
}
}