-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "ampersand-paginated-subcollection",
"version": "3.0.0",
"description": "Filter an ampersand collection by limit and offset",
"main": "ampersand-paginated-subcollection.js",
"scripts": {
"start": "zuul --local -- test/main.js",
"test": "zuul --phantom -- test/main.js",
"test-ci": "zuul -- test/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AmpersandJS/ampersand-paginated-subcollection.git"
},
"keywords": [
"ampersand",
"collection",
"limit",
"offset"
],
"author": "Gar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AmpersandJS/ampersand-paginated-subcollection/issues"
},
"homepage": "https://github.com/AmpersandJS/ampersand-paginated-subcollection",
"devDependencies": {
"ampersand-collection": "^2.0.0",
"jshint": "^2.6.0",
"phantomjs": "^1.9.19",
"precommit-hook": "^2.0.1",
"tape": "^4.6.0",
"zuul": "^3.11.0"
},
"files": [
"ampersand-paginated-subcollection.js"
],
"dependencies": {
"ampersand-class-extend": "^2.0.0",
"ampersand-events": "^2.0.2",
"ampersand-state": "^5.0.2",
"lodash.assign": "^4.2.0"
}
}