forked from syncfusion/ej2-showcase-aspnetmvc-outlook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (29 loc) · 753 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
{
"name": "@syncfusion/ej2-aspmvc-outlook",
"version": "1.0.0",
"description": "ASP.Net MVC Samples for Syncfusion Essential JS 2 - Outlook",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"ej2-aspmvc",
"ej2-aspmv-samples"
],
"repository": {
"type": "git",
"url": "https://gitlab.syncfusion.com/essential-studio/ej2-aspmvc-samples.git"
},
"devDependencies": {
"json-beautify": "^1.0.1",
"gulp-dotnet-cli": "^1.0.2",
"require-dir": "^0.3.2",
"elasticlunr": "0.9.5",
"simple-git": "^1.43.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"shelljs": "^0.8.1"
},
"scripts": {
"deploy": "gulp deploy"
}
}