-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "jigoshop",
"version": "2.0.0dev",
"description": "Jigoshop is an eCommerce plugin for WordPress forged from years of experience by the WordPress Community & the Jigoshop Team.",
"repository": {},
"dependencies": {},
"devDependencies": {
"apidoc": "^0.17.5",
"apidoc-markdown2": "^0.3.7",
"babel-core": "^6.26.3",
"babel-preset-env": "*",
"blueimp-gallery": "^2.33.0",
"bower": "^1.8.4",
"coffeescript": "^2.2.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^0.0.6",
"gulp-babel": "^7.0.1",
"gulp-cache": "^0.1.1",
"gulp-coffee": "^3.0.2",
"gulp-coffeelint": "^0.3.3",
"gulp-concat": "*",
"gulp-cssmin": "^0.1.6",
"gulp-filter": "^0.4.1",
"gulp-if": "^1.2.2",
"gulp-imagemin": "^0.5.0",
"gulp-less": "^1.3.3",
"gulp-replace": "^0.3.0",
"gulp-rimraf": "^0.1.0",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.3.2",
"gutil": "^1.6.4",
"jquery-flot": "^0.8.3",
"n": "^2.1.12",
"require-dir": "~0.1.0",
"uglify-es": "^3.3.10",
"yargs": "^1.2.6"
},
"engines": {
"node": "10.6.0"
}
}