fchat-rising/mobile/package.json

17 lines
428 B
JSON
Raw Normal View History

2018-01-06 16:14:21 +00:00
{
"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"
}
}