forked from wehriam/Close.io
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 786 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 786 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
{
"name": "close.io",
"preferGlobal": "false",
"version": "1.3.0",
"author": "John Wehr <johnwehr@gmail.com>",
"description": "",
"contributors": [
{
"name": "John Wehr",
"email": "johnwehr@gmail.com"
},
{
"name": "Paul Cothenet",
"email": "paul@madkudu.com"
}
],
"main": "./lib/close.io.js",
"repository": {
"type": "git",
"url": "git@github.com:closeio/closeio-node.git"
},
"keywords": [
"close.io",
"closeio"
],
"noAnalyze": true,
"license": "MIT",
"engine": {
"node": ">=4"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive test/"
},
"dependencies": {
"node-promise": "0.5.13",
"request": "2.88.2"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}