1234567891011121314151617 |
- {
- "name": "dw-wp",
- "version": "2.0.0",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git@github.com:windhamdavid/dw.git"
- },
- "devDependencies": {
- "grunt": "^1.0.4",
- "grunt-contrib-concat": "^0.5.1",
- "grunt-contrib-cssmin": "^3.0.0",
- "grunt-contrib-htmlmin": "^3.1.0",
- "grunt-contrib-jshint": "^2.1.0",
- "grunt-contrib-uglify": "^4.0.1"
- }
- }
|