1234567891011121314151617 |
- {
- "name": "dw-wp",
- "version": "2.0.0",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git@github.com:windhamdavid/dw.git"
- },
- "devDependencies": {
- "grunt": "~0.4.5",
- "grunt-contrib-jshint": "~0.10.0",
- "grunt-contrib-uglify": "~0.6.0",
- "grunt-contrib-cssmin": "~0.10.0",
- "grunt-contrib-htmlmin": "~0.3.0",
- "grunt-contrib-concat": "~0.5.0"
- }
- }
|