motsmeles/package.json

14 lines
337 B
JSON
Raw Normal View History

2015-01-25 23:53:42 +01:00
{
"name": "motsmeles",
"version": "0.0.1",
"description": "a simple 'mots mélés' game",
"author": "Shikiryu",
"devDependencies": {
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
2015-01-25 23:53:42 +01:00
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0"
}
}