fchat-rising/less/themes/chat/package.json

16 lines
309 B
JSON

{
"name": "fchat",
"version": "3.0.0",
"author": "The F-List Team",
"description": "F-Chat Themes",
"license": "MIT",
"dependencies": {
"bootstrap": "^3.3.7",
"less": "^2.7.2",
"less-plugin-npm-import": "^2.1.0"
},
"scripts": {
"build": "lessc --npm-import=\"prefix=~\""
}
}