This repository has been archived on 2023-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-buildbot/package.json
Francesco Siddi 96b04687a2 Initial UI cleanup
- added assets_shared submodule
- added support for grunt
- cleanup of layout.html
2015-06-14 21:57:08 +02:00

16 lines
344 B
JSON

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