forked from rotundasoftware/backbone.collectionView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 950 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": "bb-collection-view",
"version": "0.11.4",
"description": "Easily render backbone.js collections with support for automatic selection of models in response to clicks, reordering models via drag and drop, and more.",
"main": "dist/backbone.collectionView.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-compress": "~0.4.10"
},
"keywords": [
"backbone",
"collection",
"view"
],
"style": "base.css",
"scripts": {
"test": "open test/index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/rotundasoftware/backbone.collectionView.git"
},
"author": {
"name": "Rotunda Software"
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"backbone": "~1.1.2",
"jquery": "~2.1.1",
"jquery-ui": "~1.10.1"
}
}