mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-08 15:43:24 +00:00
9 lines
273 B
JSON
9 lines
273 B
JSON
{
|
|
"name" : "backbone",
|
|
"main" : "backbone.js",
|
|
"dependencies" : {
|
|
"underscore" : ">=1.7.0"
|
|
},
|
|
"ignore" : ["docs", "examples", "test", "*.yml", "*.html", "*.ico", "*.md", "CNAME", ".*", "karma.*", "component.json", "package.json"]
|
|
}
|