1234567891011121314151617181920212223 |
- {
- "name": "famous-angular",
- "version": "0.1.0",
- "devDependencies": {
- "grunt": "~0.4.5",
- "grunt-bower": "^0.19.0",
- "grunt-contrib-concat": "^0.5.1",
- "grunt-contrib-copy": "^0.8.0",
- "grunt-contrib-cssmin": "^0.12.3",
- "grunt-contrib-jshint": "~0.10.0",
- "grunt-contrib-nodeunit": "~0.4.1",
- "grunt-contrib-qunit": "^0.7.0",
- "grunt-contrib-uglify": "^0.9.1",
- "grunt-contrib-watch": "^0.6.1",
- "grunt-filerev": "^2.3.1",
- "grunt-serve": "^0.1.6",
- "grunt-sftp-deploy": "^0.2.4",
- "grunt-usemin": "^3.0.0",
- "grunt-wiredep": "^2.0.0",
- "jshint-stylish": "^2.0.1"
- }
- }
|