-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 961 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 961 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
39
40
41
42
{
"name": "intercom-api",
"version": "0.1.1",
"description": "A Node client for the intercom.io api",
"main": "lib/intercom-api.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/ryedog/intercom-api.git"
},
"keywords": [
"intercom.io",
"client",
"api",
"wrapper",
"stallion"
],
"author": "Ryan Hubbard <ryanmhubbard@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryedog/intercom-api/issues"
},
"homepage": "https://github.com/ryedog/intercom-api#readme",
"dependencies": {
"stallion": "^0.4.5"
},
"devDependencies": {
"babel": "^5.6.23",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"chai-subset": "^1.0.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-cached": "^1.1.0",
"gulp-eslint": "^0.15.0",
"gulp-mocha": "^2.1.3",
"mocha": "^2.2.5",
"replay": "^2.0.6"
}
}