mwc/package.json

12 lines
200 B
JSON
Raw Permalink Normal View History

2015-07-18 23:44:08 +02:00
{
"name": "Minetest",
2015-07-20 22:14:35 +02:00
"version": "0.2.0",
2015-07-18 23:44:08 +02:00
"author": "Calinou",
"license": "MIT",
"devDependencies": {
"grunt": "*",
"grunt-contrib-stylus": "*",
"grunt-contrib-watch": "*"
}
}