minetest.github.io/package.json

12 lines
200 B
JSON
Raw Normal View History

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