2018-01-06 16:14:21 +00:00
|
|
|
{
|
|
|
|
"name": "net.f_list.fchat",
|
2021-03-17 23:29:56 +00:00
|
|
|
"version": "3.0.16",
|
2018-01-06 16:14:21 +00:00
|
|
|
"displayName": "F-Chat",
|
|
|
|
"author": "The F-List Team",
|
|
|
|
"description": "F-List.net Chat Client",
|
|
|
|
"main": "main.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2018-03-04 02:32:26 +00:00
|
|
|
"build": "node ../webpack development",
|
|
|
|
"build:dist": "node ../webpack production",
|
|
|
|
"watch": "node ../webpack watch"
|
2018-01-06 16:14:21 +00:00
|
|
|
}
|
2021-03-17 23:29:56 +00:00
|
|
|
}
|