mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
32 lines
705 B
JSON
32 lines
705 B
JSON
{
|
|
"name": "backbone-super",
|
|
"version": "1.0.2",
|
|
"description": "A convenient super method for the popular JavaScript library, Backbone.js.",
|
|
"author": "Lukas Olson <olson.lukas@gmail.com>",
|
|
"filename": "backbone-super-min.js",
|
|
"jam": {
|
|
"include": [
|
|
"backbone-super/backbone-super.js",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"dependencies": {
|
|
"backbone": "> 0.9"
|
|
},
|
|
"main": "backbone-super/backbone-super.js",
|
|
"shim": {
|
|
"deps": [
|
|
"backbone"
|
|
]
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"nodeunit": "~0.9.0",
|
|
"underscore": "~1.6.0",
|
|
"backbone": "~1.1.2"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/nodeunit tests/test.js"
|
|
}
|
|
}
|