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",
2013-06-03 15:32:55 +02:00
"version": "0.1.0",
"private": true,
"dependencies": {
"grunt": "~0.4.1",
2013-06-12 00:28:29 +02:00
"grunt-php": "~0.1.1",
"grunt-contrib-less": "~0.5.2"
},
"devDependencies": {
"grunt-contrib-watch": "~0.4.4"
2013-06-03 15:32:55 +02:00
}
}