master
1{
2 "name": "hackmud",
3 "license": "GPL-3.0",
4 "private": true,
5 "repository": "NimVek/hackmud",
6 "devDependencies": {
7 "grunt": "latest",
8 "grunt-contrib-clean": "latest",
9 "grunt-contrib-copy": "latest",
10 "grunt-contrib-concat": "latest",
11 "grunt-contrib-jshint": "latest",
12 "grunt-contrib-uglify": "latest"
13 },
14 "scripts": {
15 "build": "grunt"
16 }
17}