32 lines
818 B
JSON
32 lines
818 B
JSON
|
{
|
||
|
"name": "Piano",
|
||
|
"version": "0.1.6",
|
||
|
"description": "A desktop app for playing with MIDI instruments",
|
||
|
"license": "MIT",
|
||
|
|
||
|
"author": {
|
||
|
"name": "Mattéo D",
|
||
|
"email": "matteo.delabre@outlook.fr",
|
||
|
"url": "https://github.com/matteo78"
|
||
|
},
|
||
|
|
||
|
"contributors": [{
|
||
|
"name": "Rémi C",
|
||
|
"url": "https://github.com/remi34660"
|
||
|
}],
|
||
|
|
||
|
"main": "main.js",
|
||
|
"devDependencies": {
|
||
|
"grunt": "~0.4.5",
|
||
|
"grunt-curl": "~2.0.3",
|
||
|
"grunt-zip": "~0.16.2",
|
||
|
"grunt-contrib-copy": "~0.7.0",
|
||
|
"grunt-contrib-clean": "~0.6.0",
|
||
|
"grunt-contrib-watch": "~0.6.1",
|
||
|
"grunt-rename": "~0.1.4",
|
||
|
"grunt-mkdir": "~0.1.2",
|
||
|
"grunt-http": "~1.4.1",
|
||
|
"async": "~0.9.0",
|
||
|
"rcedit": "~0.2.0"
|
||
|
}
|
||
|
}
|