UNPKG

1.33 kBJSONView Raw
1{
2 "name": "ampersand-subcollection",
3 "description": "Filterable, sortable, proxy of a collection that behaves like a collection.",
4 "version": "1.1.0",
5 "author": "Henrik Joreteg <henrik@andyet.yet>",
6 "bugs": {
7 "url": "https://github.com/ampersandjs/ampersand-subcollection/issues"
8 },
9 "dependencies": {
10 "ampersand-class-extend": "~0.1.3",
11 "ampersand-collection-underscore-mixin": "~0.1.0",
12 "backbone-events-standalone": "~0.2.1",
13 "underscore": "~1.6.0"
14 },
15 "devDependencies": {
16 "ampersand-collection": "~0.2.3",
17 "ampersand-state": "~0.3.1",
18 "tape": "~2.12.0"
19 },
20 "homepage": "https://github.com/ampersandjs/ampersand-subcollection",
21 "keywords": [
22 "collection",
23 "mvc",
24 "ampersand"
25 ],
26 "license": "MIT",
27 "main": "ampersand-subcollection.js",
28 "repository": {
29 "type": "git",
30 "url": "git://github.com/ampersandjs/ampersand-subcollection"
31 },
32 "scripts": {
33 "test": "node test/main.js"
34 },
35 "testling": {
36 "files": "test/*.js",
37 "browsers": [
38 "ie/9..latest",
39 "firefox/17..latest",
40 "firefox/nightly",
41 "chrome/22..latest",
42 "chrome/canary",
43 "opera/12..latest",
44 "opera/next",
45 "safari/5.1..latest",
46 "ipad/6.0..latest",
47 "iphone/6.0..latest",
48 "android-browser/4.2..latest"
49 ]
50 }
51}