17 lines
403 B
JSON
17 lines
403 B
JSON
{
|
|
"name": "fchat",
|
|
"version": "3.0.13",
|
|
"author": "The F-List Team",
|
|
"description": "F-List.net Chat Client",
|
|
"main": "main.js",
|
|
"id": "fchat",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "node ../webpack development",
|
|
"build:dist": "node ../webpack production",
|
|
"watch": "node ../webpack watch",
|
|
"start": "../node_modules/.bin/electron app",
|
|
"pack": "node ./pack"
|
|
}
|
|
}
|