-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 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
{
"name": "jekyll-tasks",
"version": "1.2.1",
"description": "A set of gulp tasks and boilerplate setup for Jekyll projects",
"main": "tasks.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jljorgenson18/jekyll-tasks.git"
},
"author": "Jesse Jorgenson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jljorgenson18/jekyll-tasks/issues"
},
"homepage": "https://github.com/jljorgenson18/jekyll-tasks#readme",
"dependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"browser-sync": "^2.18.8",
"cssnano": "^3.10.0",
"fs-extra": "^3.0.0",
"gulp": "^3.9.1",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8",
"postcss-reporter": "^3.0.0",
"run-sequence": "^1.2.2",
"webpack": "^2.4.1"
}
}