assets
5 years ago
bin
5 years ago
languages
5 years ago
lib
5 years ago
templates
5 years ago
.jshintrc
6 years ago
Gruntfile.js
5 years ago
init.php
5 years ago
package.json
5 years ago
yit-deactive-plugin.php
9 years ago
yit-functions.php
5 years ago
yit-plugin-registration-hook.php
8 years ago
yit-plugin.php
5 years ago
yit-woocommerce-compatibility.php
8 years ago
package.json
28 lines
| 1 | { |
| 2 | "name": "yith-plugin-framewowrk", |
| 3 | "version": "3.4.37", |
| 4 | "description": "YITH Plugin Framework", |
| 5 | "main": "Gruntfile.js", |
| 6 | "scripts": { |
| 7 | "build": "npm run js && npm run i18n", |
| 8 | "js": "grunt js", |
| 9 | "i18n": "npm run -s i18n:build && npm run -s i18n:translations", |
| 10 | "i18n:build": "grunt makepot", |
| 11 | "i18n:translations": "npm run -s i18n:download-translations && npm run -s i18n:update-po && npm run -s i18n:clean", |
| 12 | "i18n:download-translations": "node ./bin/download-translations.js", |
| 13 | "i18n:update-po": "grunt update_po", |
| 14 | "i18n:clean": "node ./bin/clean-language-files.js" |
| 15 | }, |
| 16 | "author": "YITH", |
| 17 | "license": "GPL-3.0+", |
| 18 | "keywords": [], |
| 19 | "devDependencies": { |
| 20 | "axios": "^0.19.2", |
| 21 | "grunt": "^1.0.3", |
| 22 | "grunt-cli": "^1.3.2", |
| 23 | "grunt-contrib-jshint": "^2.0.0", |
| 24 | "grunt-contrib-uglify-es": "github:gruntjs/grunt-contrib-uglify#harmony", |
| 25 | "grunt-wp-i18n": "^1.0.2" |
| 26 | } |
| 27 | } |
| 28 |