| 1 |
{ |
| 2 |
"name": "flash-toolkit", |
| 3 |
"title": "Flash Toolkit", |
| 4 |
"version": "1.2.4", |
| 5 |
"homepage": "http://themegrill.com/plugins/flash-toolkit/", |
| 6 |
"repository": { |
| 7 |
"type": "git", |
| 8 |
"url": "https://github.com/themegrill/flash-toolkit.git" |
| 9 |
}, |
| 10 |
"license": "GPL-3.0+", |
| 11 |
"main": "Gruntfile.js", |
| 12 |
"scripts": { |
| 13 |
"build": "grunt", |
| 14 |
"build-watch": "grunt watch" |
| 15 |
}, |
| 16 |
"devDependencies": { |
| 17 |
"autoprefixer": "~7.2.5", |
| 18 |
"grunt": "~1.5.3", |
| 19 |
"grunt-checktextdomain": "~1.0.1", |
| 20 |
"grunt-contrib-compress": "~2.0.0", |
| 21 |
"grunt-contrib-cssmin": "~4.0.0", |
| 22 |
"grunt-contrib-jshint": "~3.2.0", |
| 23 |
"grunt-contrib-uglify": "~5.0.1", |
| 24 |
"grunt-contrib-watch": "~1.1.0", |
| 25 |
"grunt-contrib-concat": "~1.0.1", |
| 26 |
"grunt-phpcs": "~0.4.0", |
| 27 |
"grunt-postcss": "~0.9.0", |
| 28 |
"grunt-rtlcss": "~2.0.1", |
| 29 |
"grunt-stylelint": "~0.18.0", |
| 30 |
"grunt-sass": "^3.1.0", |
| 31 |
"grunt-wp-i18n": "~1.0.3", |
| 32 |
"node-bourbon": "~4.2.8", |
| 33 |
"node-sass": "^8.0.0" |
| 34 |
|
| 35 |
}, |
| 36 |
"engines": { |
| 37 |
"node": ">=10.0.0", |
| 38 |
"npm": ">=6.9.0 <7" |
| 39 |
} |
| 40 |
} |
| 41 |
|