UNPKG

1.59 kBJSONView Raw
1{
2 "name": "ampersand-filtered-subcollection",
3 "version": "2.0.3",
4 "description": "Filterable, sortable, proxy of a collection that behaves like a collection.",
5 "main": "ampersand-filtered-subcollection.js",
6 "scripts": {
7 "start": "run-browser test/main.js",
8 "test": "node test/main.js | tap-spec"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/AmpersandJS/ampersand-filtered-subcollection.git"
13 },
14 "keywords": [
15 "ampersand",
16 "collection",
17 "filter",
18 "sort"
19 ],
20 "author": "Gar <gar@andyet.net>",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/AmpersandJS/ampersand-filtered-subcollection/issues"
24 },
25 "files": [
26 "ampersand-filtered-subcollection.js"
27 ],
28 "homepage": "https://github.com/AmpersandJS/ampersand-filtered-subcollection",
29 "dependencies": {
30 "ampersand-class-extend": "^1.0.1",
31 "ampersand-events": "^1.0.1",
32 "lodash.assign": "^3.0.0",
33 "lodash.difference": "^3.1.0",
34 "lodash.every": "^3.2.0",
35 "lodash.foreach": "^3.0.2",
36 "lodash.includes": "^3.1.0",
37 "lodash.isarray": "^3.0.1",
38 "lodash.isequal": "^3.0.1",
39 "lodash.keys": "^3.0.5",
40 "lodash.reduce": "^3.1.0",
41 "lodash.sortby": "^3.1.0",
42 "lodash.sortedindex": "^3.1.0",
43 "lodash.union": "^3.1.0"
44 },
45 "devDependencies": {
46 "ampersand-collection": "^1.4.0",
47 "ampersand-state": "^4.4.4",
48 "jshint": "^2.6.0",
49 "lodash.find": "^3.2.0",
50 "lodash.pluck": "^3.0.2",
51 "lodash.toarray": "^3.0.0",
52 "precommit-hook": "^1.0.7",
53 "tap-spec": "^2.2.0",
54 "tape": "^3.4.0"
55 }
56}