forked from madrasthemes/masvideos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
{
"name": "masvideos",
"title": "MAS Videos",
"version": "1.1.7",
"homepage": "https://madrasthemes.com/masvideos",
"repository": {
"type": "git",
"url": "https://github.com/madrasthemes/masvideos.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.5.4",
"autoprefixer": "^9.6.1",
"babelify": "^10.0.0",
"bootstrap": "^4.3.1",
"browserify": "^16.3.0",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-rtlcss": "^2.0.1",
"grunt-sass": "^3.0.2",
"grunt-stylelint": "^0.10.1",
"grunt-wp-i18n": "^1.0.3",
"node-sass": "^4.13.0",
"stylelint": "^9.10.1"
},
"engines": {
"node": ">=6.9.4",
"npm": ">=1.1.0"
}
}