wheelhouse-model
Version:
A wheelhouse library to prevent duplicate saves from client and server
47 lines • 1.09 kB
JSON
{
"name": "wheelhouse-model",
"version": "0.1.0",
"description": "A wheelhouse library to prevent duplicate saves from client and server",
"main": "index.js",
"browser": "./lib/client.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:joeybaker/wheelhouse-model.git"
},
"keywords": [
"backbone",
"wheelhouse",
"model"
],
"author": "Joey Baker",
"license": "BSD",
"dependencies": {
"lodash": "~2.0",
"backbone": "~1.0"
},
"devDependencies": {
"flatiron": "~0.3",
"union": "~0.3",
"grunt": "~0.4.1",
"grunt-bumpx": "~0.1",
"grunt-notify": "~0.2",
"grunt-contrib-jshint": "~0.6",
"chai": "~1.7",
"mocha": "~1.13",
"grunt-simple-mocha": "~0.4",
"grunt-shell": "~0.3",
"browserify": "~2.31.0",
"wheelhouse-resource": "~0.2.3",
"wheelhouse-couch": "~0.3.3",
"grunt-mocha": "~0.4.1",
"matchdep": "~0.1.2",
"grunt-contrib-connect": "~0.5.0",
"debowerify": "~0.1.8"
},
"peerDependencies": {
"backbone": "~1.0"
}
}