This repository has been archived on 2023-02-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-bfct/package.json
Niklas Ravnsborg-Gjertsen a9fea342eb Setup Grunt to compile and autoprefix the SASS
Type `npm install` to install all dependencies.
Type `grunt` everytime you want to rebuild the css.
2014-11-20 15:44:54 +01:00

15 lines
299 B
JSON

{
"name": "blender-bfct",
"repository": {
"type": "git",
"url": "git://git.blender.org/blender-bfct.git"
},
"author": "Blender Foundation",
"license": "GPL",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.0.0",
"grunt-contrib-sass": "^0.8.1"
}
}