9 lines
255 B
JSON
9 lines
255 B
JSON
{
|
|
"name" : "backbone",
|
|
"main" : "backbone.js",
|
|
"dependencies" : {
|
|
"underscore" : ">=1.8.3"
|
|
},
|
|
"ignore" : ["docs", "examples", "test", "*.yml", "*.html", "*.ico", "*.md", "CNAME", ".*", "karma.*", "package.json"]
|
|
}
|