fchat-rising/webchat/package.json

14 lines
346 B
JSON
Raw Normal View History

2018-03-28 13:51:05 +00:00
{
"name": "net.f_list.fchat",
2019-09-17 17:14:14 +00:00
"version": "3.0.12",
2018-03-28 13:51:05 +00:00
"displayName": "F-Chat",
"author": "The F-List Team",
"description": "F-List.net Chat Client",
"main": "main.js",
"license": "MIT",
"scripts": {
"build": "node ../webpack development",
"build:dist": "node ../webpack production",
"watch": "node ../webpack watch"
}
}