forked from elementor/elementor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.21 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
{
"name": "elementor",
"slug": "elementor",
"version": "0.7.1",
"author": "Pojo Team",
"homepage": "http://pojo.me/",
"devDependencies": {
"browserify": "^13.1.0",
"browserify-shim": "^3.8.12",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-exorcise": "~2.1.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "~0.8.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-sass": "~1.0.0",
"autoprefixer": "~6.4.0",
"cssnano": "~3.7.3",
"grunt-checktextdomain": "~1.0.1",
"grunt-wp-readme-to-markdown-with-extra": "~2.2.0",
"grunt-bumpup": "~0.6.3",
"grunt-shell": "~1.3.0",
"grunt-text-replace": "~0.4.0",
"grunt-release": "~0.14.0",
"grunt-banner": "~0.6.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-clean": "~1.0.0",
"remapify": "2.1.0",
"matchdep": "~1.0.1"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery",
"underscore": "global:_",
"backbone": {
"exports": "global:Backbone",
"depends": [
"jquery",
"underscore"
]
},
"marionette": {
"exports": "global:Marionette",
"depends": [
"jquery",
"underscore",
"backbone"
]
}
}
}