17 lines
428 B
JSON
17 lines
428 B
JSON
|
{
|
||
|
"name": "net.f_list.fchat",
|
||
|
"version": "0.2.10",
|
||
|
"displayName": "F-Chat",
|
||
|
"author": "The F-List Team",
|
||
|
"description": "F-List.net Chat Client",
|
||
|
"main": "main.js",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"build": "../node_modules/.bin/webpack",
|
||
|
"build:dist": "../node_modules/.bin/webpack --env production",
|
||
|
"watch": "../node_modules/.bin/webpack --watch"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"qs": "^6.5.1"
|
||
|
}
|
||
|
}
|