.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 |