UNPKG

ampersand-collection-view

Version:

Renders a collection with one view per model within an element in a way that cleans up and unbinds all views when removed.

58 lines (57 loc) 1.41 kB
{ "name": "ampersand-collection-view", "description": "Renders a collection with one view per model within an element in a way that cleans up and unbinds all views when removed.", "version": "2.0.2", "author": "Henrik Joreteg <henrik@andyet.net>", "files": [ "ampersand-collection-view.js" ], "browserify": { "transform": [ "ampersand-version" ] }, "bugs": { "url": "https://github.com/AmpersandJS/ampersand-collection-view/issues" }, "dependencies": { "ampersand-class-extend": "^2.0.0", "ampersand-events": "^2.0.1", "ampersand-version": "^1.0.0", "lodash": "^4.11.1" }, "devDependencies": { "ampersand-collection": "^2.0.0", "ampersand-model": "^7.0.0", "ampersand-view": "^10.0.0", "jshint": "~2.5.1", "phantomjs": "^2.1.7", "precommit-hook": "^3.0.0", "tape": "^4.4.0", "zuul": "^3.9.0" }, "keywords": [ "backbone", "collection", "view", "render" ], "license": "MIT", "main": "ampersand-collection-view.js", "repository": { "type": "git", "url": "git://github.com/AmpersandJS/ampersand-collection-view" }, "scripts": { "start": "zuul --local -- test/index.js", "test": "zuul --phantom -- test/index.js", "test-ci": "zuul -- test/index.js", "lint": "jshint .", "validate": "npm ls" }, "pre-commit": [ "lint", "validate", "test" ] }