forked from closeio/closeio-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 875 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
37
38
39
40
41
42
43
44
45
{
"name": "close.io",
"preferGlobal": "false",
"version": "1.4.1",
"author": "Paul Leduc <[email protected]>",
"description": "",
"contributors": [
{
"name": "Paul Leduc",
"email": "[email protected]"
},
{
"name": "John Wehr",
"email": "[email protected]"
},
{
"name": "Paul Cothenet",
"email": "[email protected]"
}
],
"main": "./lib/close.io.js",
"repository": {
"type": "git",
"url": "[email protected]:Elevated-Terra/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"
}
}