Simple Frontend-Project based on nodjs and grunt
[examples/maven-grunt-integration] / src / main / frontend / package.json
1 {
2   "name": "frontend",
3   "version": "1.0.0",
4   "description": "Example Frontend Development-Folder",
5   "devDependencies": {
6     "http-server": "~0.8.0",
7     "grunt": "~0.4.5",
8     "grunt-contrib-copy": "~0.8.1",
9     "grunt-contrib-less": "~1.0.1",
10     "grunt-contrib-watch": "~0.6.1"
11   }
12 }