1
0
mirror of synced 2024-11-13 18:10:51 +01:00
FFBArcadePlugin/Post-Build/package.json

15 lines
299 B
JSON
Raw Normal View History

2019-04-07 07:16:19 +02:00
{
"name": "ffb-build",
"version": "0.0.1",
"description": "Post-build process operations for ffbplugin",
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "spazzy",
"license": "ISC",
"dependencies": {
"ini": "^1.3.6"
2019-04-07 07:16:19 +02:00
}
}