mirror of
https://github.com/bower/bower.git
synced 2026-02-04 02:54:56 -05:00
9 lines
181 B
JSON
9 lines
181 B
JSON
{
|
|
"name": "myproject",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"package-bootstrap": "git://github.com/maccman/package-bootstrap.git#~1.0.0",
|
|
"jquery-ui": "latest"
|
|
}
|
|
}
|