Type `npm install` to install all dependencies. Type `grunt` everytime you want to rebuild the css.
15 lines
299 B
JSON
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"
|
|
}
|
|
}
|