-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "afc-ajs",
"version": "0.2.0",
"description": "Automatically update your local ACF JSON field groups.",
"main": "Gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jason Witt",
"license": "MIT",
"devDependencies": {
"autoprefixer": "latest",
"babel-core": "latest",
"babel-preset-es2015": "latest",
"css-mqpacker": "latest",
"del": "latest",
"eslint-config-wordpress": "latest",
"gulp": "latest",
"gulp-babel": "latest",
"gulp-bump": "latest",
"gulp-concat": "latest",
"gulp-cssnano": "latest",
"gulp-eslint": "latest",
"gulp-imagemin": "latest",
"gulp-notify": "latest",
"gulp-plumber": "latest",
"gulp-postcss": "latest",
"gulp-rename": "latest",
"gulp-replace": "latest",
"gulp-require-tasks": "latest",
"gulp-sass": "latest",
"gulp-sass-lint": "latest",
"gulp-sort": "latest",
"gulp-sourcemaps": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"gulp-watch": "latest",
"gulp-wp-pot": "latest",
"require-dir": "latest",
"yargs": "latest"
},
"dependencies": {
"normalize-scss": "latest"
}
}