forked from OrchardCMS/OrchardCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage.json
More file actions
29 lines (29 loc) · 694 Bytes
/
Package.json
File metadata and controls
29 lines (29 loc) · 694 Bytes
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
{
"private": true,
"devDependencies": {
"es6-promise": "4.2.4",
"file-system": "2.2.2",
"glob": "7.1.2",
"gulp": "^3.9.1",
"gulp-cli": "1.4.0",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.3",
"gulp-debug": "3.2.0",
"gulp-eol": "0.2.0",
"gulp-header": "2.0.5",
"gulp-if": "2.0.2",
"gulp-less": "4.0.0",
"gulp-newer": "1.4.0",
"gulp-plumber": "1.2.0",
"gulp-print": "5.0.0",
"gulp-rename": "1.2.2",
"gulp-sass": "4.0.1",
"gulp-sourcemaps": "2.6.4",
"gulp-typescript": "3.2.2",
"gulp-uglify": "3.0.0",
"merge-stream": "1.0.1",
"path-posix": "1.0.0",
"typescript": "2.5.3"
},
"dependencies": {}
}