-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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": "solr-node",
"version": "1.2.1",
"description": "Simple Solr Node Client Project",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/godong9/solr-node.git"
},
"keywords": [
"solr",
"solr client",
"solr node",
"solr-client",
"solr-node"
],
"author": "godong9",
"engines": {
"node": ">= 0.12.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/godong9/solr-node/issues"
},
"homepage": "https://github.com/godong9/solr-node/wiki",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"gulp": "^4.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-jsdoc3": "^2.0.0",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^6.0.0",
"jsdoc": "^3.6.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"mocha": "^5.2.0",
"nock": "^10.0.3"
},
"dependencies": {
"@log4js-node/log4js-api": "^1.0.2",
"node-fetch": "^2.3.0",
"underscore": "^1.8.3"
}
}