mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-13 17:08:03 -05:00
10 lines
302 B
JSON
10 lines
302 B
JSON
{
|
|
"name" : "backbone",
|
|
"version" : "1.2.0",
|
|
"main" : "backbone.js",
|
|
"dependencies" : {
|
|
"underscore" : ">=1.7.0"
|
|
},
|
|
"ignore" : ["docs", "examples", "test", "*.yml", "*.html", "*.ico", "*.md", "CNAME", ".*", "karma.*", "component.json", "package.json"]
|
|
}
|