-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 887 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 887 Bytes
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
{
"name": "hashdo-analytics-keen",
"description": "#Do analytics implementation to send events to Keen IO.",
"version": "0.1.73",
"author": "HashDo <info@hashdo.com>",
"license": "Apache-2.0",
"keywords": [
"hashdo",
"cards",
"analytics"
],
"repository": {
"type": "git",
"url": "https://github.com/UXFoundry/hashdo-analytics-keen.git"
},
"bugs": {
"url": "https://github.com/UXFoundry/hashdo-analytics-keen/issues"
},
"dependencies": {
"keen-js": "3.4.1"
},
"devDependencies": {
"del": "3.0.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-bump": "2.7.0",
"gulp-doxx": "0.0.5",
"gulp-jsbeautifier": "2.1.1",
"gulp-jshint": "2.0.4",
"gulp-load-plugins": "1.5.0",
"gulp-watch": "4.3.11",
"jshint": "2.9.4",
"jshint-stylish": "2.2.1"
},
"engines": {
"node": ">=0.12.0"
},
"main": "index.js"
}