mirror of
https://github.com/bower/bower.git
synced 2026-01-13 08:17:58 -05:00
11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"lerna": "2.0.0-beta.23"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "lerna bootstrap",
|
|
"test": "lerna run test"
|
|
}
|
|
}
|