-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 KB
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
{
"name": "pushup-passback",
"description": "Load a passback tag and display in a floating pushup billboard",
"version": "0.0.1",
"author": "Martin Wojtala <martin.wojtala@teamaol.com> (http://one.aol.com)",
"keywords": [
"pushup",
"passback",
"template",
"framework"
],
"license": {
"type": "MIT",
"url": "https://github.com/minimit/gulp-starter-kit/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "https://github.com/minimit/gulp-starter-kit.git"
},
"bugs": {
"url": "https://github.com/minimit/gulp-starter-kit/issues"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"del": "^2.2.0",
"gulp": "^3.8.8",
"gulp-cache": "^0.4.2",
"gulp-changed": "^1.0.0",
"gulp-clean-css": "^2.0.2",
"gulp-concat": "^2.4.2",
"gulp-file-includer": "^1.0.0",
"gulp-ftp": "^1.0.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-token-replace": "^1.0.3",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.7",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"run-sequence": "^1.0.1",
"vinyl-paths": "^2.1.0"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {}
}