-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 863 Bytes
/
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
{
"name": "backbone.groupedcollection",
"version": "0.1.4",
"description": "Implement listviews with item grouping and ordering",
"main": "backbone.grouped-collection.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/p3drosola/Backbone.GroupedCollection.git"
},
"keywords": [
"Backbone",
"Marionette",
"grouped",
"collection",
"virtual-collection",
"virtual",
"grouping"
],
"author": "Pedro Solá <[email protected]>",
"contributors": [
"Pau Ramon <[email protected]>"
],
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "7154c5e376ad257a0601152b104609f784abcc03",
"dependencies": {
"mocha": "*",
"underscore": "~1.5.1",
"backbone": "~1.0.0",
"sinon": "~1.7.3",
"backbone-virtual-collection": "~0.6.0"
}
}