-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 938 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 938 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "gulpclass",
"version": "0.2.0",
"private": true,
"description": "Make a beautiful class-based gulpfiles with Typescript and Gulpfile.ts",
"license": "Apache-2.0",
"readmeFilename": "README.md",
"author": {
"name": "Umed Khudoiberdiev",
"email": "pleerock.me@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pleerock/gulpclass.git"
},
"bugs": {
"url": "https://github.com/pleerock/gulpclass/issues"
},
"tags": [
"typescript-gulp",
"typescript-gulpfile",
"gulpclass",
"gulp"
],
"dependencies": {
"@types/gulp": "^4.0.5",
"@types/node": "*",
"@types/merge2": "^1.1.4",
"gulp": "^4.0.0",
"merge2": "^1.2.2"
},
"devDependencies": {
"del": "^3.0.0",
"gulp-replace": "^1.0.0",
"gulp-shell": "^0.6.5",
"typescript": "^2.8.3"
},
"scripts": {
"prepackage": "tsc",
"package": "gulp package"
}
}