forked from danielnaab/wunderdog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "wunderdog",
"version": "0.0.1",
"description": "Wunderdog LLC Website",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daniel Naab",
"license": "ISC",
"homepage": "http://www.thewunderdog.com",
"devDependencies": {
"browserify": "^6.2.0",
"es6-browserify": "0.0.7",
"font-awesome": "^4.3.0",
"global": "^4.3.0",
"gulp": "^3.8.10",
"gulp-connect": "^2.2.0",
"gulp-front-matter": "^1.0.0",
"gulp-gh-pages": "^0.5.2",
"gulp-htmlmin": "^0.2.0",
"gulp-if": "^1.2.5",
"gulp-marked": "^1.0.0",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^2.2.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"merge-stream": "^0.1.6",
"slug": "^0.9.1",
"swig": "^1.4.2",
"swig-extras": "0.0.1",
"through2": "^0.6.3",
"underscore": "^1.7.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1",
"yargs": "^1.3.2"
},
"dependencies": {
"zepto-browserify": "^1.1.6-1"
}
}