-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 923 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
{
"name": "sphereio-api",
"description": "sphere.io API connector for elastic.io",
"engines": {
"node": "^8.4.0",
"npm": ">=5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/elasticio/sphereio-api.git"
},
"scripts": {
"test": "exit 0"
},
"dependencies": {
"elasticio-sailor-nodejs": "2.5.4",
"elasticio-node": "0.0.8",
"node-uuid": "^1.4.1",
"sphere-node-sdk": "1.24.0",
"moment": "2.0.0",
"underscore": "^1.8.0",
"q": "1.4.1"
},
"devDependencies": {
"@elastic.io/component-logger": "0.0.1",
"grunt": "~0.4.5",
"grunt-cli": "0.1.7",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-coveralls": "0.3.0",
"grunt-env": "~0.4.1",
"grunt-istanbul": "0.3.0",
"grunt-jasmine-node": "0.2.1",
"grunt-jscs": "^0.7.0",
"nock": "0.27.2"
}
}