UNPKG

1.17 kBJSONView Raw
1{
2 "name": "gulpclass",
3 "version": "0.0.8",
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 "typescript": {
26 "definitions": [
27 "index.d.ts"
28 ]
29 },
30 "dependencies": {
31 "gulp": "^3.9.0",
32 "merge2": "^0.3.6",
33 "run-sequence": "^1.1.5"
34 },
35 "devDependencies": {
36 "del": "^2.0.2",
37 "dts-generator": "^1.6.0",
38 "glob": "^5.0.15",
39 "gulp-replace": "^0.5.4",
40 "gulp-shell": "^0.5.0",
41 "tsd": "^0.6.4",
42 "typescript": "^1.6.2"
43 },
44 "scripts": {
45 "start": "./node_modules/.bin/tsd install && ./node_modules/.bin/tsd rebundle && ./node_modules/.bin/tsd link && ./node_modules/.bin/tsc",
46 "postversion": "./node_modules/.bin/gulp package"
47 }
48}