Integration of the Grunt-Frontend- with the Maven-Backend-Project
[examples/maven-grunt-integration] / package.json
1 {
2   "name": "maven-grunt-integration",
3   "description": "Example, how to ingegrat maven with a frontend developed with Grunt",
4   "homepage": "http://juplo.de/maven-grunt-integration",
5   "author": "kai@juplo.de",
6   "version": "1.0.0",
7   "devDependencies": {
8     "grunt": "~0.4.5",
9     "grunt-cli": "~0.1.13",
10     "grunt-newer": "~1.1.1"
11   }
12 }