mimosa-bower
Version:
A Bower integration module for Mimosa
40 lines (39 loc) • 750 B
JSON
{
"name": "mimosa-bower",
"version": "2.0.0",
"homepage": "http://www.mimosa.io",
"author": "David Bashford",
"description": "A Bower integration module for Mimosa",
"contributors": [
{
"name": "David Bashford",
"email": "dbashford@hotmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/dbashford/mimosa-bower"
},
"keywords": [
"mimosa",
"mmodule",
"bower",
"package",
"management",
"component"
],
"dependencies": {
"wrench": "1.5.6",
"lodash": "2.4.1",
"bower": "1.3.8",
"chokidar": "0.7.0"
},
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"main": "./lib/index",
"scripts": {
"prepublish": "mimosa build"
}
}