-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "telligent-tracker",
"version": "0.2.0",
"main": "telligent.js",
"dependencies": {
"browser-cookie-lite": "~0.3.1",
"jstimezonedetect": "1.0.5",
"lodash.filter": "^4.2.1",
"lodash.find": "^4.2.0",
"lodash.foreach": "^4.1.0",
"lodash.isarray": "^4.0.0",
"lodash.isempty": "^4.1.3",
"lodash.isfunction": "^3.0.8",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
"lodash.isundefined": "^3.0.1",
"lodash.map": "^4.2.1",
"murmurhash": "0.0.2",
"semver": "^5.5.0",
"sha1": "git://github.com/pvorb/node-sha1.git#v1.0.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-browserify": "~4.0.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-yui-compressor": "~0.4.0",
"intern": "^3.0.6"
},
"contributors": [
"Gene Peters"
],
"description": "JavaScript tracker for Telligent Data",
"keywords": [
"tracking",
"web analytics",
"events",
"open source"
],
"repository": {
"type": "git",
"url": "https://github.com/telligent-data/telligent-javascript-tracker.git"
},
"license": "BSD-2-Clause"
}