-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·57 lines (57 loc) · 1.52 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "dtps-sass",
"version": "5.0.0",
"description": "A WordPress starter theme using Foundation 6",
"repository": {
"type": "git",
"url": "https://github.com/JeremyEnglert/JointsWP.git"
},
"author": "Jeremy Englert",
"license": "GPL-2.0 AND MIT",
"homepage": "https://github.com/JeremyEnglert/JointsWP",
"devDependencies": {
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.27.5",
"foundation-sites": "^6.7.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-filter": "^7.0.0",
"gulp-imagemin": "^6.1.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^2.0.7",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-touch-cmd": "^0.0.1",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.5",
"gulp-wp-pot": "^2.5.0",
"js-yaml": ">=4.1.0",
"jshint-stylish": "^2.2.1",
"lodash.template": ">=4.5.0",
"motion-ui": "github:zurb/motion-ui#master",
"sass": "^1.39.0",
"what-input": "^5.2.10"
},
"browserslist": [
"last 2 version",
"> 2%"
],
"scripts": {
"postinstall": "npm run build",
"build": "gulp",
"scripts": "gulp scripts",
"styles": "gulp styles",
"images": "gulp images",
"watch": "gulp watch",
"browsersync": "gulp browsersync",
"update-foundation": "npm install foundation-sites"
},
"dependencies": {
"jshint": "^2.13.1"
}
}