-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 1.76 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": "Siegmeyer2",
"version": "0.0.4",
"dependencies": {
"gulp-bump": "^0.3.1",
"gulp-git": "^1.4.0"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"bower": "^1.3.5",
"connect": "^2.14.4",
"connect-livereload": "^0.4.0",
"critical": "^0.6.0",
"gulp": "^3.8.1",
"gulp-cache": "^0.1.1",
"gulp-clean": "^0.2.4",
"gulp-combine-media-queries": "^0.2.0",
"gulp-concat": "^2.5.2",
"gulp-file-include": "^0.13.7",
"gulp-filter": "^3.0.1",
"gulp-flatten": "^0.0.2",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^0.5.0",
"gulp-inline-base64": "^0.1.4",
"gulp-jshint": "^1.8.5",
"gulp-livereload": "^1.2.0",
"gulp-load-plugins": "^0.5.0",
"gulp-minify-css": "^1.2.0",
"gulp-postcss": "^5.1.9",
"gulp-preprocess": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-size": "^0.3.0",
"gulp-stylestats": "^0.8.0",
"gulp-svg2png": "^0.2.3",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^0.2.1",
"imagemin-pngquant": "^0.1.2",
"jshint-stylish": "^1.0.0",
"opn": "^0.1.1",
"postcss-discard-duplicates": "^1.1.3",
"postcss-merge-rules": "^1.3.1",
"postcss-unique-selectors": "^1.0.0",
"susy": "^2.2.5",
"wiredep": "^1.4.3"
},
"engines": {
"node": ">=0.10.0"
},
"description": "Siegmeyer2",
"main": "gulpfile.js",
"scripts": {
"test": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/tbredin/Siegmeyer2"
},
"keywords": [
"Siegmeyer",
"Grid",
"Typography",
"Gulp",
"SASS"
],
"author": "Thomas Bredin-Grey <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tbredin/Siegmeyer2/issues"
},
"homepage": "https://github.com/tbredin/Siegmeyer2"
}