-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
73 lines (73 loc) · 1.61 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "splainer-search",
"version": "2.30.4",
"main": "splainer-search.js",
"authors": [
"Doug Turnbull <[email protected]>",
"Youssef Chaker <[email protected]>"
],
"description": "Angular JS Solr and Elasticsearch and OpenSearch Diagnostic Search Services",
"homepage": "https://github.com/o19s/splainer-search",
"bugs": {
"url": "https://github.com/o19s/splainer-search/issues"
},
"keywords": [
"splainer-search",
"search",
"solr",
"elasticsearch",
"relevancy search"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"coverage",
"factories",
"pages",
"services",
"values",
"Gruntfile.js",
"index.js",
"index.html",
"karma.conf.js",
"karma.debug.conf.js",
"module.js"
],
"dependencies": {
"angular": "1.8.3",
"urijs": "^1.19.7"
},
"devDependencies": {
"angular-mocks": "^1.8.3",
"grunt": "^1.5.3",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-karma": "^4.0.2",
"jasmine-core": "^5.0.0",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^5.1.0",
"puppeteer": "^20.3.0"
},
"engines": {
"node": ">=16"
},
"scripts": {
"test": "grunt karma:unit",
"build": "grunt",
"build:dev": "grunt build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/o19s/splainer-search.git"
},
"directories": {
"test": "test"
},
"author": ""
}