UNPKG

930 BJSONView Raw
1{
2 "name": "gulpclass",
3 "version": "0.1.0",
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 "dependencies": {
26 "gulp": "^3.9.0",
27 "merge2": "^0.3.6",
28 "run-sequence": "^1.1.5"
29 },
30 "devDependencies": {
31 "del": "^2.0.2",
32 "gulp-replace": "^0.5.4",
33 "gulp-shell": "^0.5.0",
34 "typescript": "^1.7.5",
35 "typings": "^0.6.3"
36 },
37 "scripts": {
38 "start": "./node_modules/.bin/typings install && ./node_modules/.bin/tsc"
39 }
40}