fchat-rising/electron/package.json

17 lines
413 B
JSON
Raw Normal View History

2018-01-06 16:14:21 +00:00
{
2018-08-10 16:59:37 +00:00
"name": "fchat",
"version": "3.0.13-rising-v1",
2018-08-10 16:59:37 +00:00
"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"
}
2017-10-17 15:52:22 +00:00
}