forked from tarunc/intercom.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 811 Bytes
/
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
{
"name": "intercom.io",
"version": "1.0.10",
"description": "An NodeJS API client for intercom.io",
"keywords": [
"api",
"intercom",
"node-intercom",
"client",
"intercom.io"
],
"author": "Mike McDonald <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/tarunc/intercom.io.git"
},
"dependencies": {
"debug": "2.1.0",
"lodash": "2.4.1",
"q": "1.0.1",
"qs": "2.3.1",
"request": "^2.0.0"
},
"devDependencies": {
"docker": "~0.2.8",
"grunt": "~0.4.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-docker": "0.0.5",
"grunt-gh-pages": "~0.10.0",
"grunt-shell": "~0.3.0",
"grunt-string-replace": "^1.1.1",
"matchdep": "~0.1.1"
},
"main": "index"
}