-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathPackage.json
59 lines (59 loc) · 1.4 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
{
"author": {
"name": "Diego Saavedra San Juan",
"email": "[email protected]"
},
"homepage": "https://github.com/diegossj/sitecore-switch-solr",
"bugs": {
"url": "https://github.com/diegossj/sitecore-switch-solr/issues"
},
"dependencies": {
"gulp": "^3.9.0",
"gulp-debug": "^2.1.2",
"gulp-foreach": "^0.1.0",
"gulp-msbuild": "0.2.13",
"gulp-newer": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"lodash": "^4.1.0",
"minimist": "^1.2.0",
"nopt": "^3.0.6",
"require-dir": "^0.3.0",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.5",
"shelljs": "^0.5.3",
"yargs":"7.0.2"
},
"description": "Sitecore switch to Solr. ",
"devDependencies": {},
"directories": {},
"keywords": [
"sitecore",
"gulp",
"solr"
],
"license": "ISC",
"main": "build.js",
"maintainers": [
{
"name": "Diego Saavedra San Juan",
"email": "[email protected]"
}
],
"name": "sitecore-switch-solr",
"optionalDependencies": { },
"os": ["win32"],
"private": false,
"readme": "See http://github.com/diegossj/sitecore-switch-solr",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]@github.com:diegossj/sitecore-switch-solr.git"
},
"scripts": {
"gulp": "gulp"
},
"version": "2.2.3"
}