diff --git a/package.json b/package.json index 20a8f5e..25b52aa 100644 --- a/package.json +++ b/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",