-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 946 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
37
{
"name": "backbone-cappedcollection",
"description": "Capped Collections for BackboneJS",
"version": "0.1.1",
"homepage": "https://github.com/FGRibreau/backbone-cappedcollection",
"author": "Francois-Guillaume Ribreau <[email protected]> (http://twitter.com/FGRibreau)",
"repository": {
"type": "git",
"url": "git://github.com/FGRibreau/backbone-cappedcollection.git"
},
"bugs": {
"url": "https://github.com/FGRibreau/backbone-cappedcollection/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/FGRibreau/backbone-cappedcollection/blob/master/LICENSE-MIT"
}
],
"main": "index",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.3.15",
"backbone": "~0.9.10",
"grunt-shell": "~0.1.4",
"nodeunit": "~0.7.4"
},
"keywords": [],
"dependencies": {
"lodash": "~1.0.0-rc.3"
}
}