-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.14 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
72
73
74
{
"name": "display-standard-previewer",
"version": "1.0.0",
"description": "",
"main": "display-standard-previewer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/chrisathook/display-standard-previewer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chrisathook/display-standard-previewer/issues"
},
"bin": {
"display-standard-previewer": "./display-standard-previewer.js"
},
"homepage": "https://github.com/chrisathook/display-standard-previewer#readme",
"dependencies": {
"bourbon": "^4.3.4",
"browser-sync": "^2.18.13",
"browserify": "^14.4.0",
"cheerio": "^1.0.0-rc.2",
"del": "^3.0.0",
"exorcist": "^0.4.0",
"fs-extra": "^4.0.2",
"glob": "^7.1.2",
"glob-promise": "^3.2.0",
"gulp": "github:gulpjs/gulp#6d71a658c61edb3090221579d8f97dbe086ba2ed",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-contains": "^1.1.0",
"gulp-debug": "^3.1.0",
"gulp-exec": "^2.1.3",
"gulp-expect-file": "0.0.7",
"gulp-file-include": "^1.2.0",
"gulp-flatten": "^0.3.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-inline-source": "^3.1.0",
"gulp-jasmine": "^2.4.2",
"gulp-jimp": "^1.2.7",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^4.0.1",
"gulp-simple-rename": "^0.1.3",
"gulp-sourcemaps": "^2.6.1",
"gulp-string-replace": "^0.4.0",
"gulp-strip-comments": "^2.5.1",
"gulp-text-simple": "^0.4.1",
"gulp-tinify-img": "^1.1.1",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"gulp-vinyl-zip": "^2.0.0",
"gulp.spritesmith": "^6.5.1",
"image-size": "^0.6.1",
"lazypipe": "^1.0.1",
"lodash": "^4.17.4",
"merge-stream": "^1.0.1",
"minimist": "^1.2.0",
"nconf": "^0.8.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yauzl": "^2.8.0"
},
"devDependencies": {}
}