harbor/static/package.json

11 lines
173 B
JSON
Raw Normal View History

2016-05-19 09:51:42 +02:00
{
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
2016-05-19 11:34:00 +02:00
"grunt-contrib-watch": "~0.6.1"
2016-05-19 09:51:42 +02:00
}
}