This repository was archived by the owner on Feb 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.33 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.33 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
46
47
48
49
50
51
52
53
54
55
{
"name": "intercom-cli",
"version": "0.0.0-development",
"description": "Intercom SDK abstraction layer",
"main": "index.js",
"scripts": {
"test": "grunt gardener",
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GetintheLoop/intercom-cli.git"
},
"author": "Jeff Soloshy",
"license": "ISC",
"bugs": {
"url": "https://github.com/GetintheLoop/intercom-cli/issues"
},
"homepage": "https://github.com/GetintheLoop/intercom-cli#readme",
"devDependencies": {
"chai": "4.1.2",
"coveralls": "3.0.0",
"js-gardener": "1.14.0",
"mocha": "5.0.5",
"tmp": "0.0.33",
"semantic-release": "15.1.5"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/GetintheLoop/intercom-cli/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 6.10.3"
},
"files": [
"lib"
],
"dependencies": {
"csv-parse": "2.2.0",
"csv-write-stream": "2.0.0",
"intercom-client": "2.9.1",
"js-yaml": "3.11.0",
"lodash.get": "4.4.2",
"lodash.merge": "4.6.1",
"lodash.pick": "4.4.0",
"lodash.set": "4.3.2",
"lodash.xor": "4.5.0",
"yargs": "11.0.0",
"nock": "9.2.3"
},
"peerDependencies": {}
}