-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.73 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "gulp-workflow",
"version": "0.5.1",
"description": "Gulp tasks",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DamienP33/gulp-workflow.git"
},
"keywords": [
"gulp",
"workflow",
"concat",
"uglify",
"sourcemaps",
"bump",
"versioning",
"jscs",
"jshint",
"watch",
"livereload",
"webserver",
"nodemon",
"gulpfriendly",
"config"
],
"author": "Damien Perrier <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DamienP33/gulp-workflow/issues"
},
"homepage": "https://github.com/DamienP33/gulp-workflow#readme",
"main": "index.js",
"dependencies": {
"babel": "^6.23.0",
"babel-plugin-angularjs-annotate": "^0.10.0",
"gulp": "^4.0.2",
"gulp-angular-templatecache": "^3.0.0",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.1.3",
"gulp-concat": "^2.6.0",
"gulp-help": "^1.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-jscs": "^4.1.0",
"gulp-jscs-stylish": "^1.4.0",
"gulp-jshint": "^2.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.1.0",
"gulp-ng-config": "^1.3.1",
"gulp-nodemon": "^2.1.0",
"gulp-notify": "^3.2.0",
"gulp-preprocess": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-server-livereload": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.7",
"jshint-stylish": "^2.0.1",
"require-dir": "^1.2.0"
},
"directories": {},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3"
}
}