forked from Sitecore/Habitat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1000 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
{
"name": "habitat",
"version": "1.0.0",
"description": "Sitecore Habitat Node Dependencies",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.0",
"gulp-debug": "^2.1.2",
"gulp-load-plugins": "^1.0.0",
"gulp-foreach": "^0.1.0",
"gulp-msbuild": "0.2.13",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"gulp-autoprefixer": "^3.1.0",
"gulp-newer": "^1.0.0",
"run-sequence": "^1.1.4",
"vinyl": "^1.1.0",
"gulp-rimraf": "^0.2.0",
"rimraf": "^2.4.3",
"xmlpoke": "^0.1.12"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sitecore/Habitat.git"
},
"author": "Sitecore Corporation A/S",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sitecore/Habitat/issues"
},
"homepage": "https://github.com/Sitecore/Habitat#readme"
}