This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.55 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
{
"name": "uofa-gulp-starter",
"version": "1.0.6",
"description": "Gulp Starter Project",
"engines": {
"node": ">=0.12"
},
"main": "gulpfile.js",
"devDependencies": {
"beepbeep": "*",
"bower": "*",
"browser-sync": "*",
"del": "*",
"gulp": "*",
"gulp-apidoc": "*",
"gulp-autoprefixer": "*",
"gulp-changed": "*",
"gulp-complexity": "*",
"gulp-concat": "*",
"gulp-cond": "*",
"gulp-csslint": "*",
"gulp-csso": "*",
"gulp-debug": "*",
"gulp-eol": "*",
"gulp-htmlhint": "*",
"gulp-if": "*",
"gulp-imagemin": "*",
"gulp-jscs": "*",
"gulp-jshint": "*",
"gulp-load-plugins": "*",
"gulp-order": "*",
"gulp-plumber": "*",
"gulp-removelogs": "*",
"gulp-rename": "*",
"gulp-require-tasks": "*",
"gulp-rework": "*",
"gulp-sass": "*",
"gulp-sftp": "*",
"gulp-shell": "*",
"gulp-size": "*",
"gulp-soften": "*",
"gulp-tap": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"jshint": "*",
"jshint-stylish": "*",
"main-bower-files": "*",
"opn": "*",
"pageres": "*",
"penthouse": "*",
"psi": "*",
"require-dir": "*",
"rework-plugin-url": "*",
"run-sequence": "*",
"yargs": "*"
},
"dependencies": {},
"author": "University of Aberdeen",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:uofa/gulp-starter.git#v1.0.6"
},
"bugs": {
"url": "https://github.com/uofa/gulp-starter/issues"
},
"homepage": "https://github.com/uofa/gulp-starter/tree/v1.0.6#readme"
}