-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.15 KB
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": "GroundworkWordpressThemeBoilerplate",
"description": "",
"version": "1.0.0",
"main": "gulpfile.js",
"scripts": {
"dev": "gulp serve",
"watch": "gulp watch",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/WithDesign/groundwork-wordpress"
},
"author": "With Design",
"bugs": {
"url": "https://github.com/WithDesign/groundwork-wordpress/issues"
},
"homepage": "https://groundwork.withdesign.ca",
"dependencies": {
"sassdash": "^0.8.2"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.11",
"del": "^2.2.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-svg-sprite": "^1.2.19",
"gulp-svgmin": "^1.2.2",
"gulp-uglify": "^2.1.2",
"marked": "^0.3.9",
"groundwork-ui": "git+https://git@github.com/WithDesign/groundwork-ui.git#1.0.0"
}
}