-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 971 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
{
"name": "rob.commerce",
"version": "1.0.0",
"description": "A series of plugins for Sitecore Experience Commerce",
"main": "gulpfile.js",
"dependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"child_process": "^1.0.2",
"gulp": "^4.0.0",
"gulp-copy": "^4.0.1",
"gulp-debug": "^3.2.0",
"gulp-dotnet-cli": "^1.1.0",
"gulp-flatmap": "^1.0.2",
"gulp-json-modify": "^1.0.2",
"gulp-msbuild": "^0.5.5",
"gulp-nuget-restore": "^0.6.0",
"gulp-series": "^1.0.2",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.3",
"run-sequence": "^2.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robearlam/Rob.Commerce.git"
},
"author": "Rob Earlam",
"license": "Beerware",
"bugs": {
"url": "https://github.com/robearlam/Rob.Commerce/issues"
},
"homepage": "https://github.com/robearlam/Rob.Commerce#readme",
"devDependencies": {
"msbuild": "^1.1.2"
}
}