mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-12 16:38:20 -05:00
9 lines
273 B
JSON
9 lines
273 B
JSON
{
|
|
"name" : "backbone",
|
|
"main" : "backbone.js",
|
|
"dependencies" : {
|
|
"underscore" : ">=1.8.3"
|
|
},
|
|
"ignore" : ["docs", "examples", "test", "*.yml", "*.html", "*.ico", "*.md", "CNAME", ".*", "karma.*", "component.json", "package.json"]
|
|
}
|