PluginProbe ʕ •ᴥ•ʔ
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel / 1.2.2
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel v1.2.2
trunk 0.9.0 0.9.1 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.2.1 1.2.10 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 1.4.14 1.4.15 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0
wp-all-export / frontend / package.json
wp-all-export / frontend Last commit date
.sass-cache 7 years ago src 7 years ago taxonomies 7 years ago Gruntfile.js 7 years ago package.json 7 years ago
package.json
37 lines
1 {
2 "name": "wpae-frontend",
3 "version": "1.0.0",
4 "description": "WordPress All Export Frontend Build Script",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "Ovidiu Maghetiu",
10 "license": "ISC",
11 "devDependencies": {
12 "grunt": "^1.0.1",
13 "grunt-bower-task": "^0.4.0",
14 "grunt-contrib-clean": "^1.0.0",
15 "grunt-contrib-compress": "^1.3.0",
16 "grunt-contrib-concat": "^1.0.1",
17 "grunt-contrib-uglify": "^2.0.0",
18 "grunt-contrib-watch": "^1.0.0",
19 "grunt-html2js": "^0.3.6",
20 "grunt-ng-annotate": "^2.0.2",
21 "grunt-serve": "^0.1.6",
22 "grunt-contrib-connect": "^1.0.2"
23 },
24 "dependencies": {
25 "@iamadamjowett/angular-click-outside": "^2.10.1",
26 "angucomplete-alt": "^2.5.0",
27 "angular": "^1.5.8",
28 "angular-sanitize": "^1.5.8",
29 "dotjem-angular-tree": "git+https://github.com/dotJEM/angular-tree.git",
30 "grunt-contrib-sass": "^1.0.0",
31 "install": "^0.8.2",
32 "jquery.tipsy": "^1.0.3",
33 "ng-slide-down": "^0.4.2",
34 "npm": "^3.10.9"
35 }
36 }
37