forked from snowplow/snowplow-nodejs-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 883 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
{
"name": "snowplow-tracker",
"version": "0.3.0",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*"
},
"devDependencies": {
"mocha": "^1.21.3",
"nock": "^0.44.0",
"istanbul": "~0.3.20",
"coveralls": "~2.11.4"
},
"contributors": [
"Fred Blundun",
"Anton Parkhomenko"
],
"description": "Node.js tracker for Snowplow",
"repository": {
"type": "git",
"url": "https://github.com/snowplow/snowplow-nodejs-tracker.git"
},
"bugs": "https://github.com/snowplow/snowplow-nodejs-tracker/issues",
"keywords": [
"snowplow",
"analytics",
"tracking",
"events",
"open source"
],
"license": "Apache 2.0",
"dependencies": {
"request": "^2.81.0",
"snowplow-tracker-core": "^0.5.0"
}
}