daux.io/package.json

14 lines
239 B
JSON
Raw Normal View History

2013-06-03 15:32:55 +02:00
{
2013-06-21 17:49:05 +02:00
"name": "daux.io",
2014-02-17 16:01:00 +01:00
"version": "0.1.1",
2013-06-03 15:32:55 +02:00
"private": true,
"dependencies": {
"grunt": "~0.4.1",
2014-02-17 16:01:00 +01:00
"grunt-php": "~0.3.0",
"grunt-contrib-less": "~0.9.0"
},
"devDependencies": {
2014-02-17 16:01:00 +01:00
"grunt-contrib-watch": "~0.5.0"
2013-06-03 15:32:55 +02:00
}
}