backbone.cycle
Version:
Navigating and selecting Backbone Models and Collections.
30 lines (29 loc) • 580 B
JSON
{
"name": "demo",
"main": "index.html",
"version": "0.0.0",
"homepage": "https://github.com/hashchange/backbone.cycle",
"authors": [
"hashchange <heim@zeilenwechsel.de>"
],
"description": "Backbone.Cycle demo and playground",
"keywords": [
"demo"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"bower_demo_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~3.1.1",
"requirejs": "~2.3.2",
"foundation": "~5.5.3",
"backbone.picky": "~0.2.0"
}
}