-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "@pentia/publish-projects",
"version": "0.1.15",
"private": false,
"description": "runs publish on csproj files via msbuild",
"keywords": [
"sitecore",
"gulp"
],
"repository": {
"type": "git",
"url": "https://github.com/PentiaLabs/publish.projects"
},
"maintainers": [
"Pentia <dev@pentia.dk> (http://www.pentia.dk)"
],
"scripts": {
"gulp": "./node_modules/.bin/gulp"
},
"bin": {
"publish-projects": "./bin/publish-projects.js"
},
"dependencies": {
"gulp": "^3.9.0",
"gulp-debug": "^2.1.2",
"gulp-notify": "^2.2.0",
"gulp-util": "^3.0.7",
"lodash": "^4.1.0",
"nopt": "^3.0.6",
"run-sequence": "^1.1.5",
"shelljs": "^0.5.3",
"rimraf": "^2.4.3",
"require-dir": "^0.3.0",
"gulp-foreach": "^0.1.0",
"gulp-msbuild": "0.2.13",
"gulp-watch": "^4.3.5",
"gulp-rename": "^1.2.2",
"gulp-newer": "^1.0.0",
"minimist": "^1.2.0",
"gulp-rimraf": "^0.2.0"
},
"bugs": {
"url": "https://github.com/PentiaLabs/publish.projects/issues"
},
"homepage": "https://github.com/PentiaLabs/publish.projects#readme",
"main": "gulpfile.js",
"author": "Emil Klein <eok@pentia.dk>",
"license": "ISC"
}