15 lines
299 B
JSON
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"
|
|
}
|
|
}
|