2017-10-17 18:21:57 +00:00
|
|
|
{
|
|
|
|
"name": "fchat",
|
|
|
|
"version": "3.0.0",
|
|
|
|
"author": "The F-List Team",
|
|
|
|
"description": "F-Chat Themes",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2018-03-04 02:32:26 +00:00
|
|
|
"@fortawesome/fontawesome-free-webfonts": "^1.0.3",
|
|
|
|
"bootstrap": "^4.0.0",
|
|
|
|
"node-sass": "^4.7.2"
|
2017-10-17 18:21:57 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-03-04 02:32:26 +00:00
|
|
|
"build": "node-sass --importer=./importer --output css"
|
2017-10-17 18:21:57 +00:00
|
|
|
}
|
|
|
|
}
|