-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.29 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
{
"name": "video-central",
"version": "1.3.1",
"title": "Video Central",
"description": "A flexible and powerful video plugin for WordPress",
"author": "Franklin Gitonga <frank@radiumthemes.com>",
"license": "GPLv2",
"private": true,
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery",
"underscore": "global:_",
"wp": "global:wp",
"video_central": "global:video_central",
"backbone": {
"exports": "global:Backbone",
"depends": [
"jquery",
"underscore"
]
}
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"browserify": "^14.4.0",
"browserify-shim": "^3.8.12",
"cssnano": "~3.10.0",
"grunt": "^1.0.4",
"grunt-browserify": "^5.2.0",
"grunt-contrib-compass": "^1.1.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-dev-update": "^2.3.0",
"grunt-exorcise": "~2.1.1",
"grunt-imagine": "^0.3.6",
"grunt-postcss": "~0.9.0",
"grunt-wp-i18n": "^1.0.0",
"jit-grunt": "^0.10.0",
"matchdep": "^2.0.0",
"remapify": "^2.2.0",
"time-grunt": "^1.4.0"
},
"dependencies": {}
}