-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 969 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": "ej2-aspnetcore-story-estimator",
"version": "1.0.0",
"description": "Essential JS 2 ASP.Net Core - Story Estimator",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"ej2-aspcore",
"ej2-aspcore-samples"
],
"repository": {
"type": "git",
"url": "https://gitlab.syncfusion.com/essential-studio/ej2-aspcore-samples.git"
},
"devDependencies": {
"del": "^3.0.0",
"glob": "^7.1.2",
"gulp": "^4.0.2",
"gulp-clean": "0.3.2",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-dotnet-cli": "^1.0.2",
"gulp-htmlmin": "^3.0.0",
"gulp-load-plugins": "1.5.0",
"gulp-sass": "5.1.0",
"sass": "1.69.6",
"gulp-typescript": "^3.1.6",
"gulp-uglify": "^3.0.0",
"json-beautify": "^1.0.1",
"merge-stream": "^1.0.1",
"require-dir": "^0.3.2",
"shelljs": "^0.8.5",
"simple-git": "^3.16.0"
},
"config": {},
"scripts": {}
}