forked from intercom/intercom-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.12 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
{
"name": "intercom-client",
"version": "2.10.2",
"description": "Official Node bindings to the Intercom API",
"homepage": "https://github.com/intercom/intercom-node",
"bugs:": "https://github.com/intercom/intercom-node/issues",
"repository": "intercom/intercom-node",
"author": {
"name": "Bob Long",
"email": "[email protected]"
},
"files": [
"dist"
],
"main": "dist/index.js",
"keywords": [
"intercom",
"api"
],
"dependencies": {
"bluebird": "^3.3.4",
"htmlencode": "^0.0.4",
"request": "^2.83.0"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-eslint": "^5.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-1": "^6.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^0.15.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^2.4.2",
"gulp-plumber": "^1.1.0",
"nock": "7.5.0",
"sinon": "^6.1.4"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"engines": {
"node": ">= v0.10.0"
},
"license": "Apache-2.0"
}