backbone-view-switcher
Version:
A Backbone View Switcher
34 lines (33 loc) • 790 B
JSON
{
"name": "backbone-view-switcher",
"version": "0.0.6",
"description": "A Backbone View Switcher",
"main": "index.js",
"scripts": {
"examples": "browserify app.js -o bundle.js",
"test": "zuul -- test/index.js"
},
"keywords": [
"Backbone",
"View",
"Switcher",
"put",
"into"
],
"repository": {
"type": "git",
"url": "git://github.com/BenjaminVerble/backbone-view-switcher"
},
"author": "Benjamin P. Verble <bvrider@gmail.com> (https://github.com/BenjaminVerble)",
"license": "MIT",
"devDependencies": {
"backbone": "^1.1.2",
"jquery": "^2.1.1",
"zuul": "1.13.1",
"browserify": "^3.46.0",
"gulp": "^3.6.2",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.2.8",
"vinyl-source-stream": "^0.1.1"
}
}