-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 912 Bytes
/
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
{
"name": "@pentia/sitecore-package-manager",
"version": "0.1.9",
"private": false,
"description": "Sitecore Package Manager",
"keywords": [
"sitecore",
"packages",
"gulp",
"powershell",
"windows"
],
"repository": {
"type": "git",
"url": "https://github.com/PentiaLabs/Package.Installer"
},
"maintainers": [
"Pentia <dev@pentia.dk> (http://www.pentia.dk)"
],
"scripts": {
"install": "node ./copy-config.js"
},
"dependencies": {
"gulp": "^3.9.0",
"gulp-util": "^3.0.7",
"nopt": "^3.0.6",
"shelljs": "^0.5.3",
"require-dir": "^0.3.0",
"minimist": "^1.2.0",
"cwd": "^0.10.0"
},
"bugs": {
"url": "https://github.com/PentiaLabs/Package.Installer/issues"
},
"homepage": "https://github.com/PentiaLabs/Package.Installer#readme",
"main": "gulpfile.js",
"author": "Emil Klein <eok@pentia.dk>",
"license": "ISC"
}