-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 960 Bytes
/
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
{
"name": "jf-kirby-framework",
"version": "1.0.0",
"description": "A starting point for client sites. Uses Kirby CMS, Sass, Gulp, and minimal Javascript.",
"repository" : {
"type" : "git",
"url" : "https://github.com/JamesFerrell/jf-kirby-framework"
},
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.17.6",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7"
},
"devDependencies": {
"beepbeep": "^1.2.0",
"del": "^2.2.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.0.13",
"gulp-pixrem": "^1.0.0",
"gulp-sourcemaps": "^2.2.0"
},
"scripts": {
"test": "gulp"
},
"keywords": [
"Framework",
"KirbyCMS",
"Sass",
"SCSS",
"Gulp"
],
"author": "James Ferrell",
"license": "ISC"
}