Skip to content

Commit

Permalink
Update Package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds committed Jul 20, 2014
1 parent 8f1110a commit bfd7335
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions package.json
@@ -1,12 +1,38 @@
{
"name": "Backbone.syphon",
"name": "backbone.syphon",
"version": "0.5.0",
"description": "Serialize a Backbone.View in to a JavaScript object.",
"main": "./lib/backbone.syphon.js",
"homepage": "https://github.com/marionettejs/backbone.syphon",
"keywords": [
"backbone",
"serialize",
"client",
"browser"
],
"license": "https://github.com/marionettejs/backbone.syphon/blob/master/LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/marionettejs/backbone.syphon.git"
},
"main": "lib/backbone.syphon.js",
"dependencies": {},
"bugs": {
"url": "https://github.com/marionettejs/backbone.syphon/issues"
},
"author": {
"name": "Derick Bailey",
"email": "derickbailey@gmail.com",
"url": "http://derickbailey.lostechies.com"
},
"scripts": {
"bower": "bower install",
"test": "grunt test --mocha-reporter=dot",
"coverage": "grunt coverage --mocha-reporter=dot"
},
"dependencies": {
"jquery": "^1.8.0 || ^2.1.0",
"backbone" : "^1.1.0",
"underscore": "^1.6.0"
},
"devDependencies": {
"backbone": "1.1.2",
"chai": "^1.9.1",
Expand Down

0 comments on commit bfd7335

Please sign in to comment.