UNPKG

1.19 kBJSONView Raw
1{
2 "name": "gulpclass",
3 "version": "0.0.4",
4 "private": false,
5 "description": "Make a beautiful class-based gulpfiles with Typescript and Gulpfile.ts",
6 "license": "Apache-2.0",
7 "readmeFilename": "README.md",
8 "author": {
9 "name": "Umed Khudoiberdiev",
10 "email": "zarrhost@gmail.com"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/PLEEROCK/gulpclass.git"
15 },
16 "bugs": {
17 "url": "https://github.com/PLEEROCK/gulpclass/issues"
18 },
19 "tags": [
20 "typescript-gulp",
21 "typescript-gulpfile",
22 "gulpclass",
23 "gulp"
24 ],
25 "typings": "./gulpclass.d.ts",
26 "typescript": {
27 "definitions": [
28 "gulpclass.d.ts"
29 ]
30 },
31 "dependencies": {
32 "gulp": "*",
33 "run-sequence": "*",
34 "merge2": "*"
35 },
36 "devDependencies": {
37 "del": "^2.0.2",
38 "dts-generator": "^1.6.0",
39 "glob": "^5.0.15",
40 "gulp-replace": "^0.5.4",
41 "gulp-shell": "^0.5.0",
42 "tsd": "^0.6.4",
43 "typescript": "^1.6.2"
44 },
45 "scripts": {
46 "start": "./node_modules/.bin/tsd install && ./node_modules/.bin/tsd rebundle && ./node_modules/.bin/tsd link && ./node_modules/.bin/tsc",
47 "postversion": "./node_modules/.bin/gulp package"
48 }
49}