1
0
mirror of synced 2024-11-12 01:20:49 +01:00
FFBArcadePlugin/Post-Build/package.json
2019-04-07 17:16:19 +12:00

15 lines
299 B
JSON

{
"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.5"
}
}