UNPKG

1.48 kBJSONView Raw
1{
2 "name": "ampersand-collection-view",
3 "description": "Renders a collection with one view per model within an element in a way that cleans up and unbinds all views when removed.",
4 "version": "1.0.1",
5 "author": "Henrik Joreteg <henrik@andyet.net>",
6 "bugs": {
7 "url": "https://github.com/HenrikJoreteg/ampersand-collection-view/issues"
8 },
9 "dependencies": {
10 "ampersand-class-extend": "~1.0.0",
11 "backbone-events-standalone": "~0.2.1",
12 "underscore": "~1.5.2"
13 },
14 "devDependencies": {
15 "ampersand-collection": "~1.3.1",
16 "ampersand-model": "~2.10.6",
17 "ampersand-view": "~5.x.x",
18 "jshint": "~2.5.1",
19 "precommit-hook": "~1.0.2",
20 "run-browser": "~1.3.1",
21 "tape": "~2.13.2",
22 "tape-run": "~0.1.1"
23 },
24 "keywords": [
25 "backbone",
26 "collection",
27 "view",
28 "render"
29 ],
30 "license": "MIT",
31 "main": "ampersand-collection-view.js",
32 "repository": {
33 "type": "git",
34 "url": "git://github.com/HenrikJoreteg/ampersand-collection-view"
35 },
36 "scripts": {
37 "start": "run-browser test/index.js",
38 "test": "browserify test/index.js | tape-run"
39 },
40 "testling": {
41 "files": "test/index.js",
42 "browsers": [
43 "ie/8..latest",
44 "firefox/17..latest",
45 "firefox/nightly",
46 "chrome/22..latest",
47 "chrome/canary",
48 "opera/12..latest",
49 "opera/next",
50 "safari/5.1..latest",
51 "ipad/6.0..latest",
52 "iphone/6.0..latest",
53 "android-browser/4.2..latest"
54 ]
55 }
56}