-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "splunk-sdk",
"version": "1.9.0",
"description": "SDK for usage with the Splunk REST API",
"homepage": "http://dev.splunk.com",
"main": "index.js",
"directories": {
"example": "examples",
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "http://github.com/splunk/splunk-sdk-javascript.git"
},
"keywords": [
"splunk",
"data",
"search",
"logs",
"javascript"
],
"dependencies": {
"cookie": "0.2.0",
"elementtree": "0.1.6",
"request": "^2.x.x"
},
"devDependencies": {
"browserify": "^16.2.3",
"jshint": "0.5.x >= 0.5.4",
"mustache": "^2.2.1",
"nodeunit": "^0.11.3",
"readable-stream": "1.1.13-1",
"uglify-js": "^3.4.9"
},
"author": {
"name": "Splunk",
"email": "[email protected]",
"url": "http://dev.splunk.com"
},
"license": "Apache-2.0",
"engine": {
"node": ">=0.8.0"
}
}