123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "windhamdavid-wp",
- "version": "0.2.0",
- "description": "windhamdavid WordPress builder",
- "repository": {
- "type": "git",
- "url": "https://github.com/windhamdavid/wp"
- },
- "devDependencies": {
- "grunt": "~1.0.4",
- "grunt-banner": "^0.6.0",
- "grunt-contrib-clean": "~2.0.0",
- "grunt-contrib-concat": "1.0.1",
- "grunt-contrib-copy": "~1.0.0",
- "grunt-contrib-cssmin": "~3.0.0",
- "grunt-contrib-imagemin": "~3.1.0",
- "grunt-contrib-jshint": "2.1.0",
- "grunt-contrib-qunit": "^1.2.0",
- "grunt-contrib-uglify": "~4.0.1",
- "grunt-contrib-watch": "~1.1.0",
- "grunt-file-append": "0.0.7",
- "grunt-includes": "~1.1.0",
- "grunt-jsdoc": "2.4.0",
- "grunt-jsvalidate": "~0.2.2",
- "grunt-legacy-util": "^1.1.1",
- "grunt-patch-wordpress": "~2.0.0",
- "grunt-postcss": "~0.9.0",
- "grunt-replace-lts": "~1.1.0",
- "grunt-rtlcss": "~2.0.1",
- "grunt-sass": "~3.1.0",
- "grunt-webpack": "^3.1.3"
- },
- "scripts": {
- "dev": "./_install.sh"
- }
- }
|