backbone-kinview
Version:
A backbone.js view with built in lifecycle management of child views
50 lines (49 loc) • 1.1 kB
JSON
{
"name": "backbone-kinview",
"version": "1.0.2",
"description": "A backbone.js view with built in lifecycle management of child views",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/mbrevda/backbone-kinview.git"
},
"keywords": [
"backbone",
"child",
"childview",
"children",
"collection"
],
"author": "mbrevda@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/mbrevda/backbone-kinview/issues"
},
"homepage": "https://github.com/mbrevda/backbone-kinview",
"dependencies": {
"backbone": "^1.2",
"underscore": "^1.8"
},
"devDependencies": {
"browserify": "^11",
"jquery": "^2.1.4",
"gulp": "^3.8.8",
"gulp-coverage": "^0.3.27",
"gulp-if": "^1.2.4",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^2",
"gulp-util": "^3.0.1",
"jsdom": "^6",
"minimist": "^1.1.0",
"mocha": "^2",
"should": "^7",
"through2": "^2",
"vinyl-source-stream": "^1.0.0"
}
}