forked from lechoo/toddmotto.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "toddmotto.github.io",
"version": "1.0.0",
"description": "Todd Motto website",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toddmotto/toddmotto.github.io.git"
},
"author": "@toddmotto",
"license": "",
"bugs": {
"url": "https://github.com/toddmotto/toddmotto.github.io/issues"
},
"homepage": "https://toddmotto.com",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.6",
"del": "^2.2.2",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.2",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"hygienist-middleware": "^0.1.3"
},
"dependencies": {
"linkjuice": "^1.0.1"
}
}