mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "backbone.collectionView",
|
|
"filename": "backbone.collectionView.min.js",
|
|
"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.0",
|
|
"jquery": "~2.1.1",
|
|
"jquery-ui": "~1.10.1"
|
|
},
|
|
"npmName": "bb-collection-view",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/dist/",
|
|
"files": [
|
|
"*.js"
|
|
]
|
|
}
|
|
]
|
|
}
|