-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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": "woodiwiss-theme-2016",
"version": "1.0.0",
"description": "A theme for Darren Woodiwiss' personal portfolio website - woodiwiss.me",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:dwoodiwiss/woodiwiss-theme-2016.git"
},
"keywords": [
"portfolio",
"blog",
"ghost-blog",
"theme"
],
"author": "@DWoodiwiss <Darren Woodiwiss>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dwoodiwiss/woodiwiss-theme-2016/issues"
},
"homepage": "http://woodiwiss.me",
"devDependencies": {
"browser-sync": "^2.7.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.0",
"gulp-cache": "^0.4.5",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.0.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-uglify": "^1.5.4",
"run-sequence": "^1.2.2",
"shipit-cli": "^1.4.1",
"shipit-deploy": "^2.2.0"
},
"dependencies": {
"normalize.css": "^3.0.3"
}
}