-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "elasticio-node",
"description": "Node.js API for the elastic.io integration platform",
"version": "0.0.9",
"author": {
"name": "elastic.io GmbH",
"email": "[email protected]"
},
"keywords": [
"elasticio",
"integration",
"restful",
"webservice",
"http"
],
"main": "./elasticio.js",
"repository": {
"type": "git",
"url": "git://github.com/elasticio/nodejs-api"
},
"bugs": {
"url": "https://github.com/elasticio/nodejs-api/issues"
},
"homepage": "http://www.elastic.io",
"dependencies": {
"accounting": "0.4.1",
"crc": "3.4.4",
"moment": "^2.22.1",
"q": "1.4.1",
"request": "^2.85.0",
"stream-counter": "1.0.0",
"uuid": "3.0.1"
},
"devDependencies": {
"nock": "9.0.6",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-jasmine-node": "0.3.1",
"grunt-istanbul": "0.7.2",
"grunt-env": "~0.4.1",
"grunt-coveralls": "1.0.1",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-copy": "1.0.0"
}
}