Files
cdnjs/ajax/libs/backbone-super/package.json
T

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"
}
}