-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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
{
"name": "wunderdog",
"version": "0.0.1",
"description": "Wunderdog LLC Website",
"main": "gulpfile.js",
"engines": {
"node": "9.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daniel Naab",
"license": "ISC",
"homepage": "http://www.thewunderdog.com",
"devDependencies": {
"browserify": "16.1.0",
"es6-browserify": "0.0.7",
"font-awesome": "4.7.0",
"global": "4.3.2",
"gulp": "3.9.1",
"gulp-connect": "5.5.0",
"gulp-front-matter": "1.3.0",
"gulp-gh-pages": "0.5.4",
"gulp-htmlmin": "4.0.0",
"gulp-if": "2.0.2",
"gulp-marked": "1.0.0",
"gulp-minify-css": "1.2.4",
"gulp-rename": "1.2.2",
"gulp-rimraf": "0.2.2",
"gulp-sass": "3.1.0",
"gulp-streamify": "1.0.2",
"gulp-uglify": "3.0.0",
"gulp-util": "3.0.8",
"merge-stream": "1.0.1",
"slug": "0.9.1",
"swig": "1.4.2",
"swig-extras": "0.0.1",
"through2": "2.0.3",
"underscore": "1.8.3",
"vinyl-source-stream": "2.0.0",
"watchify": "3.11.0",
"yargs": "11.0.0"
},
"dependencies": {
"zepto-browserify": "1.1.6-1"
}
}