fchat-rising/mobile/package.json

14 lines
346 B
JSON
Raw Normal View History

2018-01-06 16:14:21 +00:00
{
"name": "net.f_list.fchat",
2019-01-03 17:38:17 +00:00
"version": "3.0.10",
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": {
"build": "node ../webpack development",
"build:dist": "node ../webpack production",
"watch": "node ../webpack watch"
2018-01-06 16:14:21 +00:00
}
}