forked from movablebrains/recommendwp-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 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
45
46
47
48
49
50
51
52
53
54
{
"name": "ra-widgets-bundle",
"version": "1.0.0",
"description": "A collection of widgets for WordPress built using the SiteOrigin Widgets plugin API.",
"repository": {
"type": "git",
"url": "git+https://github.com/webdevsuperfast/ra-widgets-bundle.git"
},
"keywords": [
"so-widgets-bundle",
"siteorigin",
"ra-widgets-bundle",
"widgets"
],
"author": "Rotsen Mark Acob",
"license": "GPL-2.0",
"devDependencies": {
"autoprefixer": "^9.8.4",
"browser-sync": "^2.26.7",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-changed": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-flatmap": "^1.0.2",
"gulp-jshint": "^2.1.0",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.4.3",
"jshint": "^2.11.1",
"merge-stream": "^2.0.0"
},
"main": "gulfile.js",
"private": true,
"dependencies": {
"bourbon": "^7.0.0",
"bourbon-neat": "^4.0.0",
"owl.carousel": "^2.3.4"
},
"bugs": {
"url": "https://github.com/webdevsuperfast/ra-widgets-bundle/issues"
},
"homepage": "https://github.com/webdevsuperfast/ra-widgets-bundle#readme",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}